Shades of Silk #BAABA1
Tints of Silk #BAABA1
RGB
CMYK
RGB Variations
Color information
#BAABA1 (or 0xBAABA1) is known color: Silk. HEX triplet: BA, AB and A1. RGB value is (186,171,161). Sum of RGB (Red+Green+Blue) = 186+171+161=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABA1 is #45545E. Grayscale: #AEAEAE. Windows color (decimal): -4543583 or 10595258. OLE color: 10595258.
HSL color Cylindrical-coordinate representation of color #BAABA1: hue angle of 24º 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 #BAABA1 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 161 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.27 |
| HSL | 24º | 0.15% | 0.68% | - |
| HSV(B) | 24º | 0.13% | 0.73% | - |
| XYZ | 41.25 | 42.14 | 39.68 | - |
| YUV | 174.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 161 | 0 | 0.08 | 0.13 | 0.27 | 24 | 0.15 | 0.68 |
| Hex | BA | AB | A1 | 0 | 8 | D | 1B | 18 | F | 44 |
| Octal | 272 | 253 | 241 | 0 | 10 | 15 | 33 | 30 | 17 | 104 |
| Binary | 10111010 | 10101011 | 10100001 | 0 | 1000 | 1101 | 11011 | 11000 | 1111 | 1000100 |
Color Harmonies of #BAABA1
Complementary color
Monochromatic Colors of #BAABA1
Black with #BAABA1
Text Example
Text Example
White with #BAABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABA1; }
p { color: rgb(186,171,161); }
H1.HeaderClassName
{
color: #BAABA1;
}
.AnyTagClassName
{
color: #BAABA1;
}
</style>
background-color css
<style>
a { background-color: #BAABA1; }
a { background-color: rgb(186,171,161); }
div.DivClassName
{
background-color: #BAABA1;
}
.BgClassName
{
background-color: #BAABA1;
}
</style>
border-color css
<style>
span { border-color: #BAABA1; }
span { border-color: rgb(186,171,161); }
td.TdClassName
{
border-color: #BAABA1;
}
.TagClassName
{
border-color: #BAABA1;
}
</style>