#B37489

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

Shades of Tapestry #B37489

Tints of Tapestry #B37489

Color information

#B37489 (or 0xB37489) is unknown color: approx Tapestry. HEX triplet: B3, 74 and 89. RGB value is (179,116,137). Sum of RGB (Red+Green+Blue) = 179+116+137=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B37489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37489 is #4C8B76. Grayscale: #898989. Windows color (decimal): -5016439 or 9008307. OLE color: 9008307.

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

Color convert

RGB179116137-
CMYK00.350.230.30
HSL340º29.3%57.84%-
HSV(B)340º35.2%70.2%-
XYZ29.3523.8826.73-
YUV137.23127.87157.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 137 (53.91% from 255) = 31.71%
R=41.44%
G=26.85%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911613700.350.230.3034029.357.84
HexB37489023171E1541d3a
Octal26316421104327365243572
Binary101100111110100100010010100011101111111010101010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37489; }

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

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

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

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

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

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

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

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