#BAA999

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

Shades of Silk #BAA999

Tints of Silk #BAA999

Color information

#BAA999 (or 0xBAA999) is unknown color: approx Silk. HEX triplet: BA, A9 and 99. RGB value is (186,169,153). Sum of RGB (Red+Green+Blue) = 186+169+153=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA999 is #455666. Grayscale: #ACACAC. Windows color (decimal): -4544103 or 10070458. OLE color: 10070458.

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

Color convert

RGB186169153-
CMYK00.090.180.27
HSL29.09º19.3%66.47%-
HSV(B)29.09º17.74%72.94%-
XYZ40.1941.1135.95-
YUV172.26117.13137.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=36.61%
G=33.27%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616915300.090.180.2729.0919.366.47
HexBAA99909121B1d1342
Octal27225123101122333523102
Binary10111010101010011001100101001100101101111101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA999; }

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

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

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

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

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

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

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

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