Shades of Silk #B9AB9F
Tints of Silk #B9AB9F
RGB
CMYK
RGB Variations
Color information
#B9AB9F (or 0xB9AB9F) is known color: Silk. HEX triplet: B9, AB and 9F. RGB value is (185,171,159). Sum of RGB (Red+Green+Blue) = 185+171+159=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB9F is #465460. Grayscale: #ADADAD. Windows color (decimal): -4609121 or 10464185. OLE color: 10464185.
HSL color Cylindrical-coordinate representation of color #B9AB9F: hue angle of 27.69º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9AB9F is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 159 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.27 |
| HSL | 27.69º | 0.16% | 0.67% | - |
| HSV(B) | 27.69º | 0.14% | 0.73% | - |
| XYZ | 40.83 | 41.94 | 38.74 | - |
| YUV | 173.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 159 | 0 | 0.08 | 0.14 | 0.27 | 27.69 | 0.16 | 0.67 |
| Hex | B9 | AB | 9F | 0 | 8 | E | 1B | 1C | 10 | 43 |
| Octal | 271 | 253 | 237 | 0 | 10 | 16 | 33 | 34 | 20 | 103 |
| Binary | 10111001 | 10101011 | 10011111 | 0 | 1000 | 1110 | 11011 | 11100 | 10000 | 1000011 |
Color Harmonies of #B9AB9F
Complementary color
Monochromatic Colors of #B9AB9F
Black with #B9AB9F
Text Example
Text Example
White with #B9AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB9F; }
p { color: rgb(185,171,159); }
H1.HeaderClassName
{
color: #B9AB9F;
}
.AnyTagClassName
{
color: #B9AB9F;
}
</style>
background-color css
<style>
a { background-color: #B9AB9F; }
a { background-color: rgb(185,171,159); }
div.DivClassName
{
background-color: #B9AB9F;
}
.BgClassName
{
background-color: #B9AB9F;
}
</style>
border-color css
<style>
span { border-color: #B9AB9F; }
span { border-color: rgb(185,171,159); }
td.TdClassName
{
border-color: #B9AB9F;
}
.TagClassName
{
border-color: #B9AB9F;
}
</style>