Html Css Color HEX #B9AAA0 Silk

📋 copy color: '#B9AAA0'

red 185 ◦ green 170 ◦ blue 160

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

Shades of Silk #B9AAA0

Tints of Silk #B9AAA0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 35.92%
G = 33.01%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9AAA0 (or 0xB9AAA0) is known color: Silk. HEX triplet: B9, AA and A0. RGB value is (185,170,160). Sum of RGB (Red+Green+Blue) = 185+170+160=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAA0 is #46555F. Grayscale: #ADADAD. Windows color (decimal): -4609376 or 10529465. OLE color: 10529465.

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

Color convert

RGB 185 170 160 -
CMYK 0 0.08 0.14 0.27
HSL 24º 0.15% 0.68% -
HSV(B) 24º 0.14% 0.73% -
XYZ 40.73 41.6 39.14 -
YUV 173.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 185 170 160 0 0.08 0.14 0.27 24 0.15 0.68
Hex B9 AA A0 0 8 E 1B 18 F 44
Octal 271 252 240 0 10 16 33 30 17 104
Binary 10111001 10101010 10100000 0 1000 1110 11011 11000 1111 1000100

Color Harmonies of #B9AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAA0

Black with #B9AAA0

Text Example


Text Example

White with #B9AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAA0; }

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

 H1.HeaderClassName
 {
   color: #B9AAA0;
 }
 .AnyTagClassName
 {
   color: #B9AAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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