Html Css Color HEX #B9AA99 Silk

📋 copy color: '#B9AA99'

red 185 ◦ green 170 ◦ blue 153

#B9AA99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silk #B9AA99

Tints of Silk #B9AA99

RGB

 RED value IS 185 (72.66% from 255) = 36.42%

 GREEN value IS 170 (66.8% 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 value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9AA99 (or 0xB9AA99) is known color: 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

RGB 185 170 153 -
CMYK 0 0.08 0.17 0.27
HSL 31.88º 0.19% 0.66% -
HSV(B) 31.88º 0.17% 0.73% -
XYZ 40.13 41.36 36.01 -
YUV 172.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 185 170 153 0 0.08 0.17 0.27 31.88 0.19 0.66
Hex B9 AA 99 0 8 11 1B 20 13 42
Octal 271 252 231 0 10 21 33 40 23 102
Binary 10111001 10101010 10011001 0 1000 10001 11011 100000 10011 1000010

Color Harmonies of #B9AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA99

Black with #B9AA99

Text Example


Text Example

White with #B9AA99

Text Example


Text Example

HTML Codes & Css Web 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>