#B06C87

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

Shades of Tapestry #B06C87

Tints of Tapestry #B06C87

Color information

#B06C87 (or 0xB06C87) is unknown color: approx Tapestry. HEX triplet: B0, 6C and 87. RGB value is (176,108,135). Sum of RGB (Red+Green+Blue) = 176+108+135=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C87 is #4F9378. Grayscale: #838383. Windows color (decimal): -5215097 or 8875184. OLE color: 8875184.

HSL color Cylindrical-coordinate representation of color #B06C87: hue angle of 336.18º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06C87 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176108135-
CMYK00.390.230.31
HSL336.18º30.09%55.69%-
HSV(B)336.18º38.64%69.02%-
XYZ27.6421.725.65-
YUV131.41130.03159.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=42.00%
G=25.78%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610813500.390.230.31336.1830.0955.69
HexB06C87027171F1501e38
Octal26015420704727375203670
Binary101100001101100100001110100111101111111110101000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C87; }

 p { color: rgb(176,108,135); }

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

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

 a { background-color: rgb(176,108,135); }

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

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

 span { border-color: rgb(176,108,135); }

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