#B96489

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

Shades of Tapestry #B96489

Tints of Tapestry #B96489

Color information

#B96489 (or 0xB96489) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 89. RGB value is (185,100,137). Sum of RGB (Red+Green+Blue) = 185+100+137=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96489 is #469B76. Grayscale: #818181. Windows color (decimal): -4627319 or 9004217. OLE color: 9004217.

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

Color convert

RGB185100137-
CMYK00.460.260.27
HSL333.88º37.78%55.88%-
HSV(B)333.88º45.95%72.55%-
XYZ29.0821.2326.23-
YUV129.63132.16167.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 100 (39.45% from 255) = 23.70%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=43.84%
G=23.70%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510013700.460.260.27333.8837.7855.88
HexB9648902E1A1B14e2638
Octal27114421105632335164670
Binary1011100111001001000100101011101101011011101001110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96489; }

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

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

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

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

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

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

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

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