#B9A99B

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

Shades of Silk #B9A99B

Tints of Silk #B9A99B

Color information

#B9A99B (or 0xB9A99B) is unknown color: approx Silk. HEX triplet: B9, A9 and 9B. RGB value is (185,169,155). Sum of RGB (Red+Green+Blue) = 185+169+155=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A99B is #465664. Grayscale: #ACACAC. Windows color (decimal): -4609637 or 10201529. OLE color: 10201529.

HSL color Cylindrical-coordinate representation of color #B9A99B: hue angle of 28º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9A99B is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185169155-
CMYK00.090.160.27
HSL28º17.65%66.67%-
HSV(B)28º16.22%72.55%-
XYZ40.1141.0636.82-
YUV172.19118.3137.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.35%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=36.35%
G=33.20%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516915500.090.160.272817.6566.67
HexB9A99B09101B1c1243
Octal27125123301120333422103
Binary10111001101010011001101101001100001101111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A99B; }

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

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

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

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

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

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

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

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