#B96486

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

Shades of Tapestry #B96486

Tints of Tapestry #B96486

Color information

#B96486 (or 0xB96486) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 86. RGB value is (185,100,134). Sum of RGB (Red+Green+Blue) = 185+100+134=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96486 is #469B79. Grayscale: #818181. Windows color (decimal): -4627322 or 8807609. OLE color: 8807609.

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

Color convert

RGB185100134-
CMYK00.460.280.27
HSL336º37.78%55.88%-
HSV(B)336º45.95%72.55%-
XYZ28.8721.1525.12-
YUV129.29130.66167.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=44.15%
G=23.87%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510013400.460.280.2733637.7855.88
HexB9648602E1C1B1502638
Octal27114420605634335204670
Binary1011100111001001000011001011101110011011101010000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96486; }

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

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

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

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

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

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

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

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