#BAA996

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

Shades of Silk #BAA996

Tints of Silk #BAA996

Color information

#BAA996 (or 0xBAA996) is unknown color: approx Silk. HEX triplet: BA, A9 and 96. RGB value is (186,169,150). Sum of RGB (Red+Green+Blue) = 186+169+150=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA996 is #455669. Grayscale: #ACACAC. Windows color (decimal): -4544106 or 9873850. OLE color: 9873850.

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

Color convert

RGB186169150-
CMYK00.090.190.27
HSL31.67º20.69%65.88%-
HSV(B)31.67º19.35%72.94%-
XYZ39.9441.0234.67-
YUV171.92115.63138.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=36.83%
G=33.47%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616915000.090.190.2731.6720.6965.88
HexBAA99609131B201542
Octal27225122601123334025102
Binary101110101010100110010110010011001111011100000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA996; }

 p { color: rgb(186,169,150); }

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

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

 a { background-color: rgb(186,169,150); }

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

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

 span { border-color: rgb(186,169,150); }

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