#B96479

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

Shades of Tapestry #B96479

Tints of Tapestry #B96479

Color information

#B96479 (or 0xB96479) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 79. RGB value is (185,100,121). Sum of RGB (Red+Green+Blue) = 185+100+121=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B96479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96479 is #469B86. Grayscale: #7F7F7F. Windows color (decimal): -4627335 or 7955641. OLE color: 7955641.

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

Color convert

RGB185100121-
CMYK00.460.350.27
HSL345.18º37.78%55.88%-
HSV(B)345.18º45.95%72.55%-
XYZ28.0220.8120.63-
YUV127.81124.16168.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=45.57%
G=24.63%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510012100.460.350.27345.1837.7855.88
HexB9647902E231B1592638
Octal27114417105643335314670
Binary1011100111001001111001010111010001111011101011001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96479; }

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

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

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

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

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

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

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

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