Shades of Silk #BAAA9E
Tints of Silk #BAAA9E
RGB
CMYK
RGB Variations
Color information
#BAAA9E (or 0xBAAA9E) is known color: Silk. HEX triplet: BA, AA and 9E. RGB value is (186,170,158). Sum of RGB (Red+Green+Blue) = 186+170+158=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA9E is #455561. Grayscale: #ADADAD. Windows color (decimal): -4543842 or 10398394. OLE color: 10398394.
HSL color Cylindrical-coordinate representation of color #BAAA9E: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAA9E is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 158 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.27 |
| HSL | 25.71º | 0.17% | 0.67% | - |
| HSV(B) | 25.71º | 0.15% | 0.73% | - |
| XYZ | 40.8 | 41.66 | 38.24 | - |
| YUV | 173.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 158 | 0 | 0.09 | 0.15 | 0.27 | 25.71 | 0.17 | 0.67 |
| Hex | BA | AA | 9E | 0 | 9 | F | 1B | 1A | 11 | 43 |
| Octal | 272 | 252 | 236 | 0 | 11 | 17 | 33 | 32 | 21 | 103 |
| Binary | 10111010 | 10101010 | 10011110 | 0 | 1001 | 1111 | 11011 | 11010 | 10001 | 1000011 |
Color Harmonies of #BAAA9E
Complementary color
Monochromatic Colors of #BAAA9E
Black with #BAAA9E
Text Example
Text Example
White with #BAAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAA9E; }
p { color: rgb(186,170,158); }
H1.HeaderClassName
{
color: #BAAA9E;
}
.AnyTagClassName
{
color: #BAAA9E;
}
</style>
background-color css
<style>
a { background-color: #BAAA9E; }
a { background-color: rgb(186,170,158); }
div.DivClassName
{
background-color: #BAAA9E;
}
.BgClassName
{
background-color: #BAAA9E;
}
</style>
border-color css
<style>
span { border-color: #BAAA9E; }
span { border-color: rgb(186,170,158); }
td.TdClassName
{
border-color: #BAAA9E;
}
.TagClassName
{
border-color: #BAAA9E;
}
</style>