Shades of Silk #B9ABA0
Tints of Silk #B9ABA0
RGB
CMYK
RGB Variations
Color information
#B9ABA0 (or 0xB9ABA0) is known color: Silk. HEX triplet: B9, AB and A0. RGB value is (185,171,160). Sum of RGB (Red+Green+Blue) = 185+171+160=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABA0 is #46545F. Grayscale: #ADADAD. Windows color (decimal): -4609120 or 10529721. OLE color: 10529721.
HSL color Cylindrical-coordinate representation of color #B9ABA0: hue angle of 26.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9ABA0 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 160 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.27 |
| HSL | 26.4º | 0.15% | 0.68% | - |
| HSV(B) | 26.4º | 0.14% | 0.73% | - |
| XYZ | 40.92 | 41.98 | 39.2 | - |
| YUV | 173.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 160 | 0 | 0.08 | 0.14 | 0.27 | 26.4 | 0.15 | 0.68 |
| Hex | B9 | AB | A0 | 0 | 8 | E | 1B | 1A | F | 44 |
| Octal | 271 | 253 | 240 | 0 | 10 | 16 | 33 | 32 | 17 | 104 |
| Binary | 10111001 | 10101011 | 10100000 | 0 | 1000 | 1110 | 11011 | 11010 | 1111 | 1000100 |
Color Harmonies of #B9ABA0
Complementary color
Monochromatic Colors of #B9ABA0
Black with #B9ABA0
Text Example
Text Example
White with #B9ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABA0; }
p { color: rgb(185,171,160); }
H1.HeaderClassName
{
color: #B9ABA0;
}
.AnyTagClassName
{
color: #B9ABA0;
}
</style>
background-color css
<style>
a { background-color: #B9ABA0; }
a { background-color: rgb(185,171,160); }
div.DivClassName
{
background-color: #B9ABA0;
}
.BgClassName
{
background-color: #B9ABA0;
}
</style>
border-color css
<style>
span { border-color: #B9ABA0; }
span { border-color: rgb(185,171,160); }
td.TdClassName
{
border-color: #B9ABA0;
}
.TagClassName
{
border-color: #B9ABA0;
}
</style>