Shades of Silk #BAA999
Tints of Silk #BAA999
RGB
CMYK
RGB Variations
Color information
#BAA999 (or 0xBAA999) is known color: 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
| RGB | 186 | 169 | 153 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.27 |
| HSL | 29.09º | 0.19% | 0.66% | - |
| HSV(B) | 29.09º | 0.18% | 0.73% | - |
| XYZ | 40.19 | 41.11 | 35.95 | - |
| YUV | 172.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 153 | 0 | 0.09 | 0.18 | 0.27 | 29.09 | 0.19 | 0.66 |
| Hex | BA | A9 | 99 | 0 | 9 | 12 | 1B | 1D | 13 | 42 |
| Octal | 272 | 251 | 231 | 0 | 11 | 22 | 33 | 35 | 23 | 102 |
| Binary | 10111010 | 10101001 | 10011001 | 0 | 1001 | 10010 | 11011 | 11101 | 10011 | 1000010 |
Color Harmonies of #BAA999
Complementary color
Monochromatic Colors of #BAA999
Black with #BAA999
Text Example
Text Example
White with #BAA999
Text Example
Text Example
HTML Codes & Css Web 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>