#B96576

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

Shades of Tapestry #B96576

Tints of Tapestry #B96576

Color information

#B96576 (or 0xB96576) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 76. RGB value is (185,101,118). Sum of RGB (Red+Green+Blue) = 185+101+118=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96576 is #469A89. Grayscale: #808080. Windows color (decimal): -4627082 or 7759289. OLE color: 7759289.

HSL color Cylindrical-coordinate representation of color #B96576: hue angle of 347.86º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96576 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB185101118-
CMYK00.450.360.27
HSL347.86º37.5%56.08%-
HSV(B)347.86º45.41%72.55%-
XYZ27.9320.9319.71-
YUV128.05122.33168.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 118 (46.48% from 255) = 29.21%
R=45.79%
G=25%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510111800.450.360.27347.8637.556.08
HexB9657602D241B15c2638
Octal27114516605544335344670
Binary1011100111001011110110010110110010011011101011100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96576; }

 p { color: rgb(185,101,118); }

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

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

 a { background-color: rgb(185,101,118); }

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

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

 span { border-color: rgb(185,101,118); }

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