#B9AA9A

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

Shades of Silk #B9AA9A

Tints of Silk #B9AA9A

Color information

#B9AA9A (or 0xB9AA9A) is unknown color: approx Silk. HEX triplet: B9, AA and 9A. RGB value is (185,170,154). Sum of RGB (Red+Green+Blue) = 185+170+154=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA9A is #465565. Grayscale: #ACACAC. Windows color (decimal): -4609382 or 10136249. OLE color: 10136249.

HSL color Cylindrical-coordinate representation of color #B9AA9A: hue angle of 30.97º degrees, saturation: 0.18, 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 #B9AA9A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185170154-
CMYK00.080.170.27
HSL30.97º18.13%66.47%-
HSV(B)30.97º16.76%72.55%-
XYZ40.2241.436.44-
YUV172.66117.47136.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=36.35%
G=33.40%
B=30.26%

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
Decimal18517015400.080.170.2730.9718.1366.47
HexB9AA9A08111B1f1242
Octal27125223201021333722102
Binary10111001101010101001101001000100011101111111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA9A; }

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

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

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

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

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

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

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

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