#B36A89

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

Shades of Tapestry #B36A89

Tints of Tapestry #B36A89

Color information

#B36A89 (or 0xB36A89) is unknown color: approx Tapestry. HEX triplet: B3, 6A and 89. RGB value is (179,106,137). Sum of RGB (Red+Green+Blue) = 179+106+137=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B36A89 is #4C9576. Grayscale: #838383. Windows color (decimal): -5018999 or 9005747. OLE color: 9005747.

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

Color convert

RGB179106137-
CMYK00.410.230.30
HSL334.52º32.44%55.88%-
HSV(B)334.52º40.78%70.2%-
XYZ28.2621.726.37-
YUV131.36131.18161.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=42.42%
G=25.12%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910613700.410.230.30334.5232.4455.88
HexB36A89029171E14f2038
Octal26315221105127365174070
Binary1011001111010101000100101010011011111110101001111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A89; }

 p { color: rgb(179,106,137); }

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

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

 a { background-color: rgb(179,106,137); }

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

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

 span { border-color: rgb(179,106,137); }

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