#B9A99F

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

Shades of Silk #B9A99F

Tints of Silk #B9A99F

Color information

#B9A99F (or 0xB9A99F) is unknown color: approx Silk. HEX triplet: B9, A9 and 9F. RGB value is (185,169,159). Sum of RGB (Red+Green+Blue) = 185+169+159=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A99F is #465660. Grayscale: #ACACAC. Windows color (decimal): -4609633 or 10463673. OLE color: 10463673.

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

Color convert

RGB185169159-
CMYK00.090.140.27
HSL23.08º15.66%67.45%-
HSV(B)23.08º14.05%72.55%-
XYZ40.4541.1938.62-
YUV172.64120.3136.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.06%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=36.06%
G=32.94%
B=30.99%

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
Decimal18516915900.090.140.2723.0815.6667.45
HexB9A99F09E1B171043
Octal27125123701116332720103
Binary1011100110101001100111110100111101101110111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A99F; }

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

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

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

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

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

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

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

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