#B37787

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

Shades of Tapestry #B37787

Tints of Tapestry #B37787

Color information

#B37787 (or 0xB37787) is unknown color: approx Tapestry. HEX triplet: B3, 77 and 87. RGB value is (179,119,135). Sum of RGB (Red+Green+Blue) = 179+119+135=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B37787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37787 is #4C8878. Grayscale: #8A8A8A. Windows color (decimal): -5015673 or 8878003. OLE color: 8878003.

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

Color convert

RGB179119135-
CMYK00.340.250.30
HSL344º28.3%58.43%-
HSV(B)344º33.52%70.2%-
XYZ29.5624.5326.1-
YUV138.76125.88156.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=41.34%
G=27.48%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911913500.340.250.3034428.358.43
HexB37787022191E1581c3a
Octal26316720704231365303472
Binary101100111110111100001110100010110011111010101100011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37787; }

 p { color: rgb(179,119,135); }

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

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

 a { background-color: rgb(179,119,135); }

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

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

 span { border-color: rgb(179,119,135); }

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