Shades of Silk #BAA99D
Tints of Silk #BAA99D
RGB
CMYK
RGB Variations
Color information
#BAA99D (or 0xBAA99D) is known color: Silk. HEX triplet: BA, A9 and 9D. RGB value is (186,169,157). Sum of RGB (Red+Green+Blue) = 186+169+157=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA99D is #455662. Grayscale: #ACACAC. Windows color (decimal): -4544099 or 10332602. OLE color: 10332602.
HSL color Cylindrical-coordinate representation of color #BAA99D: hue angle of 24.83º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAA99D is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 169 | 157 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.27 |
| HSL | 24.83º | 0.17% | 0.67% | - |
| HSV(B) | 24.83º | 0.16% | 0.73% | - |
| XYZ | 40.52 | 41.25 | 37.72 | - |
| YUV | 172.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 169 | 157 | 0 | 0.09 | 0.16 | 0.27 | 24.83 | 0.17 | 0.67 |
| Hex | BA | A9 | 9D | 0 | 9 | 10 | 1B | 19 | 11 | 43 |
| Octal | 272 | 251 | 235 | 0 | 11 | 20 | 33 | 31 | 21 | 103 |
| Binary | 10111010 | 10101001 | 10011101 | 0 | 1001 | 10000 | 11011 | 11001 | 10001 | 1000011 |
Color Harmonies of #BAA99D
Complementary color
Monochromatic Colors of #BAA99D
Black with #BAA99D
Text Example
Text Example
White with #BAA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA99D; }
p { color: rgb(186,169,157); }
H1.HeaderClassName
{
color: #BAA99D;
}
.AnyTagClassName
{
color: #BAA99D;
}
</style>
background-color css
<style>
a { background-color: #BAA99D; }
a { background-color: rgb(186,169,157); }
div.DivClassName
{
background-color: #BAA99D;
}
.BgClassName
{
background-color: #BAA99D;
}
</style>
border-color css
<style>
span { border-color: #BAA99D; }
span { border-color: rgb(186,169,157); }
td.TdClassName
{
border-color: #BAA99D;
}
.TagClassName
{
border-color: #BAA99D;
}
</style>