#B9A9A0

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

Shades of Silk #B9A9A0

Tints of Silk #B9A9A0

Color information

#B9A9A0 (or 0xB9A9A0) is unknown color: approx Silk. HEX triplet: B9, A9 and A0. RGB value is (185,169,160). Sum of RGB (Red+Green+Blue) = 185+169+160=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A9A0 is #46565F. Grayscale: #ACACAC. Windows color (decimal): -4609632 or 10529209. OLE color: 10529209.

HSL color Cylindrical-coordinate representation of color #B9A9A0: hue angle of 21.6º 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 #B9A9A0 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185169160-
CMYK00.090.140.27
HSL21.6º15.15%67.65%-
HSV(B)21.6º13.51%72.55%-
XYZ40.5441.2339.08-
YUV172.76120.8136.73-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.99%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=35.99%
G=32.88%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516916000.090.140.2721.615.1567.65
HexB9A9A009E1B16f44
Octal27125124001116332617104
Binary101110011010100110100000010011110110111011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9A0; }

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

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

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

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

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

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

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

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