#B37290

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

Shades of Tapestry #B37290

Tints of Tapestry #B37290

Color information

#B37290 (or 0xB37290) is unknown color: approx Tapestry. HEX triplet: B3, 72 and 90. RGB value is (179,114,144). Sum of RGB (Red+Green+Blue) = 179+114+144=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B37290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37290 is #4C8D6F. Grayscale: #888888. Windows color (decimal): -5016944 or 9466547. OLE color: 9466547.

HSL color Cylindrical-coordinate representation of color #B37290: hue angle of 332.31º 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 #B37290 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB179114144-
CMYK00.360.200.30
HSL332.31º29.95%57.45%-
HSV(B)332.31º36.31%70.2%-
XYZ29.6423.6329.38-
YUV136.85132.03158.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=40.96%
G=26.09%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911414400.360.200.30332.3129.9557.45
HexB37290024141E14c1e39
Octal26316222004424365143671
Binary101100111110010100100000100100101001111010100110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37290; }

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

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

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

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

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

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

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

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