#B37687

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

Shades of Tapestry #B37687

Tints of Tapestry #B37687

Color information

#B37687 (or 0xB37687) is unknown color: approx Tapestry. HEX triplet: B3, 76 and 87. RGB value is (179,118,135). Sum of RGB (Red+Green+Blue) = 179+118+135=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B37687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37687 is #4C8978. Grayscale: #8A8A8A. Windows color (decimal): -5015929 or 8877747. OLE color: 8877747.

HSL color Cylindrical-coordinate representation of color #B37687: hue angle of 343.28º degrees, saturation: 0.29, 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 #B37687 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB179118135-
CMYK00.340.250.30
HSL343.28º28.64%58.24%-
HSV(B)343.28º34.08%70.2%-
XYZ29.4424.2926.06-
YUV138.18126.21157.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=41.44%
G=27.31%
B=31.25%

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
Decimal17911813500.340.250.30343.2828.6458.24
HexB37687022191E1571d3a
Octal26316620704231365273572
Binary101100111110110100001110100010110011111010101011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37687; }

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

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

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

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

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

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

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

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