#B37282

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

Shades of Tapestry #B37282

Tints of Tapestry #B37282

Color information

#B37282 (or 0xB37282) is unknown color: approx Tapestry. HEX triplet: B3, 72 and 82. RGB value is (179,114,130). Sum of RGB (Red+Green+Blue) = 179+114+130=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B37282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37282 is #4C8D7D. Grayscale: #878787. Windows color (decimal): -5016958 or 8549043. OLE color: 8549043.

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

Color convert

RGB179114130-
CMYK00.360.270.30
HSL345.23º29.95%57.45%-
HSV(B)345.23º36.31%70.2%-
XYZ28.6423.2324.09-
YUV135.26125.03159.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=42.32%
G=26.95%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911413000.360.270.30345.2329.9557.45
HexB372820241B1E1591e39
Octal26316220204433365313671
Binary101100111110010100000100100100110111111010101100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37282; }

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

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

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

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

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

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

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

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