Shades of Silk #BAAB9A
Tints of Silk #BAAB9A
RGB
CMYK
RGB Variations
Color information
#BAAB9A (or 0xBAAB9A) is known color: Silk. HEX triplet: BA, AB and 9A. RGB value is (186,171,154). Sum of RGB (Red+Green+Blue) = 186+171+154=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB9A is #455465. Grayscale: #ADADAD. Windows color (decimal): -4543590 or 10136506. OLE color: 10136506.
HSL color Cylindrical-coordinate representation of color #BAAB9A: hue angle of 31.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAAB9A is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 154 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.27 |
| HSL | 31.88º | 0.19% | 0.67% | - |
| HSV(B) | 31.88º | 0.17% | 0.73% | - |
| XYZ | 40.65 | 41.9 | 36.52 | - |
| YUV | 173.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 154 | 0 | 0.08 | 0.17 | 0.27 | 31.88 | 0.19 | 0.67 |
| Hex | BA | AB | 9A | 0 | 8 | 11 | 1B | 20 | 13 | 43 |
| Octal | 272 | 253 | 232 | 0 | 10 | 21 | 33 | 40 | 23 | 103 |
| Binary | 10111010 | 10101011 | 10011010 | 0 | 1000 | 10001 | 11011 | 100000 | 10011 | 1000011 |
Color Harmonies of #BAAB9A
Complementary color
Monochromatic Colors of #BAAB9A
Black with #BAAB9A
Text Example
Text Example
White with #BAAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB9A; }
p { color: rgb(186,171,154); }
H1.HeaderClassName
{
color: #BAAB9A;
}
.AnyTagClassName
{
color: #BAAB9A;
}
</style>
background-color css
<style>
a { background-color: #BAAB9A; }
a { background-color: rgb(186,171,154); }
div.DivClassName
{
background-color: #BAAB9A;
}
.BgClassName
{
background-color: #BAAB9A;
}
</style>
border-color css
<style>
span { border-color: #BAAB9A; }
span { border-color: rgb(186,171,154); }
td.TdClassName
{
border-color: #BAAB9A;
}
.TagClassName
{
border-color: #BAAB9A;
}
</style>