#B9AA99

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

Shades of Silk #B9AA99

Tints of Silk #B9AA99

Color information

#B9AA99 (or 0xB9AA99) is unknown color: approx Silk. HEX triplet: B9, AA and 99. RGB value is (185,170,153). Sum of RGB (Red+Green+Blue) = 185+170+153=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA99 is #465566. Grayscale: #ACACAC. Windows color (decimal): -4609383 or 10070713. OLE color: 10070713.

HSL color Cylindrical-coordinate representation of color #B9AA99: hue angle of 31.88º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AA99 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185170153-
CMYK00.080.170.27
HSL31.88º18.6%66.27%-
HSV(B)31.88º17.3%72.55%-
XYZ40.1341.3636.01-
YUV172.55116.97136.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=36.42%
G=33.46%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517015300.080.170.2731.8818.666.27
HexB9AA9908111B201342
Octal27125223101021334023102
Binary101110011010101010011001010001000111011100000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA99; }

 p { color: rgb(185,170,153); }

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

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

 a { background-color: rgb(185,170,153); }

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

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

 span { border-color: rgb(185,170,153); }

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