#B37288

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

Shades of Tapestry #B37288

Tints of Tapestry #B37288

Color information

#B37288 (or 0xB37288) is unknown color: approx Tapestry. HEX triplet: B3, 72 and 88. RGB value is (179,114,136). Sum of RGB (Red+Green+Blue) = 179+114+136=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B37288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37288 is #4C8D77. Grayscale: #878787. Windows color (decimal): -5016952 or 8942259. OLE color: 8942259.

HSL color Cylindrical-coordinate representation of color #B37288: hue angle of 339.69º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37288 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB179114136-
CMYK00.360.240.30
HSL339.69º29.95%57.45%-
HSV(B)339.69º36.31%70.2%-
XYZ29.0523.426.28-
YUV135.94128.03158.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=41.72%
G=26.57%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911413600.360.240.30339.6929.9557.45
HexB37288024181E1541e39
Octal26316221004430365243671
Binary101100111110010100010000100100110001111010101010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37288; }

 p { color: rgb(179,114,136); }

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

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

 a { background-color: rgb(179,114,136); }

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

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

 span { border-color: rgb(179,114,136); }

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