#B05F82

Color #B05F82 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B05F82

Tints of Tapestry #B05F82

Color information

#B05F82 (or 0xB05F82) is unknown color: approx Tapestry. HEX triplet: B0, 5F and 82. RGB value is (176,95,130). Sum of RGB (Red+Green+Blue) = 176+95+130=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F82 is #4FA07D. Grayscale: #7B7B7B. Windows color (decimal): -5218430 or 8544176. OLE color: 8544176.

HSL color Cylindrical-coordinate representation of color #B05F82: hue angle of 334.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B05F82 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17695130-
CMYK00.460.260.31
HSL334.07º33.89%53.14%-
HSV(B)334.07º46.02%69.02%-
XYZ26.0319.0323.42-
YUV123.21131.84165.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 95 (37.5% from 255) = 23.69%
BLUE value IS 130 (51.17% from 255) = 32.42%
R=43.89%
G=23.69%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769513000.460.260.31334.0733.8953.14
HexB05F8202E1A1F14e2235
Octal26013720205632375164265
Binary1011000010111111000001001011101101011111101001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05F82; }

 p { color: rgb(176,95,130); }

 H1.HeaderClassName
 {
   color: #B05F82;
 }
 .AnyTagClassName
 {
   color: #B05F82;
 }
</style>
background-color css

<style>
 a { background-color: #B05F82; }

 a { background-color: rgb(176,95,130); }

 div.DivClassName
 {
   background-color: #B05F82;
 }
 .BgClassName
 {
   background-color: #B05F82;
 }
</style>
border-color css

<style>
 span { border-color: #B05F82; }

 span { border-color: rgb(176,95,130); }

 td.TdClassName
 {
   border-color: #B05F82;
 }
 .TagClassName
 {
   border-color: #B05F82;
 }
</style>