Shades of Silk #BAAAA1
Tints of Silk #BAAAA1
RGB
CMYK
RGB Variations
Color information
#BAAAA1 (or 0xBAAAA1) is known color: Silk. HEX triplet: BA, AA and A1. RGB value is (186,170,161). Sum of RGB (Red+Green+Blue) = 186+170+161=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAAA1 is #45555E. Grayscale: #ADADAD. Windows color (decimal): -4543839 or 10595002. OLE color: 10595002.
HSL color Cylindrical-coordinate representation of color #BAAAA1: hue angle of 21.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAAAA1 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 170 | 161 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.27 |
| HSL | 21.6º | 0.15% | 0.68% | - |
| HSV(B) | 21.6º | 0.13% | 0.73% | - |
| XYZ | 41.06 | 41.76 | 39.62 | - |
| YUV | 173.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 170 | 161 | 0 | 0.09 | 0.13 | 0.27 | 21.6 | 0.15 | 0.68 |
| Hex | BA | AA | A1 | 0 | 9 | D | 1B | 16 | F | 44 |
| Octal | 272 | 252 | 241 | 0 | 11 | 15 | 33 | 26 | 17 | 104 |
| Binary | 10111010 | 10101010 | 10100001 | 0 | 1001 | 1101 | 11011 | 10110 | 1111 | 1000100 |
Color Harmonies of #BAAAA1
Complementary color
Monochromatic Colors of #BAAAA1
Black with #BAAAA1
Text Example
Text Example
White with #BAAAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAA1; }
p { color: rgb(186,170,161); }
H1.HeaderClassName
{
color: #BAAAA1;
}
.AnyTagClassName
{
color: #BAAAA1;
}
</style>
background-color css
<style>
a { background-color: #BAAAA1; }
a { background-color: rgb(186,170,161); }
div.DivClassName
{
background-color: #BAAAA1;
}
.BgClassName
{
background-color: #BAAAA1;
}
</style>
border-color css
<style>
span { border-color: #BAAAA1; }
span { border-color: rgb(186,170,161); }
td.TdClassName
{
border-color: #BAAAA1;
}
.TagClassName
{
border-color: #BAAAA1;
}
</style>