#B9A89A

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

Shades of Silk #B9A89A

Tints of Silk #B9A89A

Color information

#B9A89A (or 0xB9A89A) is unknown color: approx Silk. HEX triplet: B9, A8 and 9A. RGB value is (185,168,154). Sum of RGB (Red+Green+Blue) = 185+168+154=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A89A is #465765. Grayscale: #ABABAB. Windows color (decimal): -4609894 or 10135737. OLE color: 10135737.

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

Color convert

RGB185168154-
CMYK00.090.170.27
HSL27.1º18.13%66.47%-
HSV(B)27.1º16.76%72.55%-
XYZ39.8440.6536.32-
YUV171.49118.13137.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=36.49%
G=33.14%
B=30.37%

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
Decimal18516815400.090.170.2727.118.1366.47
HexB9A89A09111B1b1242
Octal27125023201121333322102
Binary10111001101010001001101001001100011101111011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A89A; }

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

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

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

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

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

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

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

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