#B37989

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

Shades of Tapestry #B37989

Tints of Tapestry #B37989

Color information

#B37989 (or 0xB37989) is unknown color: approx Tapestry. HEX triplet: B3, 79 and 89. RGB value is (179,121,137). Sum of RGB (Red+Green+Blue) = 179+121+137=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B37989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37989 is #4C8676. Grayscale: #8C8C8C. Windows color (decimal): -5015159 or 9009587. OLE color: 9009587.

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

Color convert

RGB179121137-
CMYK00.320.230.30
HSL343.45º27.62%58.82%-
HSV(B)343.45º32.4%70.2%-
XYZ29.9425.0626.93-
YUV140.17126.22155.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=40.96%
G=27.69%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912113700.320.230.30343.4527.6258.82
HexB37989020171E1571c3b
Octal26317121104027365273473
Binary101100111111001100010010100000101111111010101011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37989; }

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

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

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

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

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

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

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

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