#B96477

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

Shades of Tapestry #B96477

Tints of Tapestry #B96477

Color information

#B96477 (or 0xB96477) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 77. RGB value is (185,100,119). Sum of RGB (Red+Green+Blue) = 185+100+119=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96477 is #469B88. Grayscale: #7F7F7F. Windows color (decimal): -4627337 or 7824569. OLE color: 7824569.

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

Color convert

RGB185100119-
CMYK00.460.360.27
HSL346.59º37.78%55.88%-
HSV(B)346.59º45.95%72.55%-
XYZ27.8920.7619.99-
YUV127.58123.16168.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=45.79%
G=24.75%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510011900.460.360.27346.5937.7855.88
HexB9647702E241B15b2638
Octal27114416705644335334670
Binary1011100111001001110111010111010010011011101011011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96477; }

 p { color: rgb(185,100,119); }

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

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

 a { background-color: rgb(185,100,119); }

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

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

 span { border-color: rgb(185,100,119); }

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