Shades of Silk #BAAB9F
Tints of Silk #BAAB9F
RGB
CMYK
RGB Variations
Color information
#BAAB9F (or 0xBAAB9F) is known color: Silk. HEX triplet: BA, AB and 9F. RGB value is (186,171,159). Sum of RGB (Red+Green+Blue) = 186+171+159=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB9F is #455460. Grayscale: #AEAEAE. Windows color (decimal): -4543585 or 10464186. OLE color: 10464186.
HSL color Cylindrical-coordinate representation of color #BAAB9F: hue angle of 26.67º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAB9F is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 171 | 159 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.27 |
| HSL | 26.67º | 0.16% | 0.68% | - |
| HSV(B) | 26.67º | 0.15% | 0.73% | - |
| XYZ | 41.07 | 42.07 | 38.76 | - |
| YUV | 174.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 159 | 0 | 0.08 | 0.15 | 0.27 | 26.67 | 0.16 | 0.68 |
| Hex | BA | AB | 9F | 0 | 8 | F | 1B | 1B | 10 | 44 |
| Octal | 272 | 253 | 237 | 0 | 10 | 17 | 33 | 33 | 20 | 104 |
| Binary | 10111010 | 10101011 | 10011111 | 0 | 1000 | 1111 | 11011 | 11011 | 10000 | 1000100 |
Color Harmonies of #BAAB9F
Complementary color
Monochromatic Colors of #BAAB9F
Black with #BAAB9F
Text Example
Text Example
White with #BAAB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAB9F; }
p { color: rgb(186,171,159); }
H1.HeaderClassName
{
color: #BAAB9F;
}
.AnyTagClassName
{
color: #BAAB9F;
}
</style>
background-color css
<style>
a { background-color: #BAAB9F; }
a { background-color: rgb(186,171,159); }
div.DivClassName
{
background-color: #BAAB9F;
}
.BgClassName
{
background-color: #BAAB9F;
}
</style>
border-color css
<style>
span { border-color: #BAAB9F; }
span { border-color: rgb(186,171,159); }
td.TdClassName
{
border-color: #BAAB9F;
}
.TagClassName
{
border-color: #BAAB9F;
}
</style>