#B9AAA0

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

Shades of Silk #B9AAA0

Tints of Silk #B9AAA0

Color information

#B9AAA0 (or 0xB9AAA0) is unknown color: approx 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

RGB185170160-
CMYK00.080.140.27
HSL24º15.15%67.65%-
HSV(B)24º13.51%72.55%-
XYZ40.7341.639.14-
YUV173.34120.47136.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.92%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517016000.080.140.272415.1567.65
HexB9AAA008E1B18f44
Octal27125224001016333017104
Binary101110011010101010100000010001110110111100011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>