#B9A99A

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

Shades of Silk #B9A99A

Tints of Silk #B9A99A

Color information

#B9A99A (or 0xB9A99A) is unknown color: approx Silk. HEX triplet: B9, A9 and 9A. RGB value is (185,169,154). Sum of RGB (Red+Green+Blue) = 185+169+154=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A99A is #465665. Grayscale: #ACACAC. Windows color (decimal): -4609638 or 10135993. OLE color: 10135993.

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

Color convert

RGB185169154-
CMYK00.090.170.27
HSL29.03º18.13%66.47%-
HSV(B)29.03º16.76%72.55%-
XYZ40.0341.0236.38-
YUV172.07117.8137.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=36.42%
G=33.27%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516915400.090.170.2729.0318.1366.47
HexB9A99A09111B1d1242
Octal27125123201121333522102
Binary10111001101010011001101001001100011101111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A99A; }

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

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

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

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

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

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

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

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