#B36C87

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

Shades of Tapestry #B36C87

Tints of Tapestry #B36C87

Color information

#B36C87 (or 0xB36C87) is unknown color: approx Tapestry. HEX triplet: B3, 6C and 87. RGB value is (179,108,135). Sum of RGB (Red+Green+Blue) = 179+108+135=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36C87 is #4C9378. Grayscale: #848484. Windows color (decimal): -5018489 or 8875187. OLE color: 8875187.

HSL color Cylindrical-coordinate representation of color #B36C87: hue angle of 337.18º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B36C87 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB179108135-
CMYK00.400.250.30
HSL337.18º31.84%56.27%-
HSV(B)337.18º39.66%70.2%-
XYZ28.3322.0625.69-
YUV132.31129.52161.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=42.42%
G=25.59%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910813500.400.250.30337.1831.8456.27
HexB36C87028191E1512038
Octal26315420705031365214070
Binary1011001111011001000011101010001100111110101010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C87; }

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

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

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

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

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

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

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

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