Shades of Silk #B9A599
Tints of Silk #B9A599
RGB
CMYK
RGB Variations
Color information
#B9A599 (or 0xB9A599) is known color: Silk. HEX triplet: B9, A5 and 99. RGB value is (185,165,153). Sum of RGB (Red+Green+Blue) = 185+165+153=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A599 is #465A66. Grayscale: #A9A9A9. Windows color (decimal): -4610663 or 10069433. OLE color: 10069433.
HSL color Cylindrical-coordinate representation of color #B9A599: hue angle of 22.5º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9A599 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 165 | 153 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.27 |
| HSL | 22.5º | 0.19% | 0.66% | - |
| HSV(B) | 22.5º | 0.17% | 0.73% | - |
| XYZ | 39.21 | 39.52 | 35.7 | - |
| YUV | 169.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 165 | 153 | 0 | 0.11 | 0.17 | 0.27 | 22.5 | 0.19 | 0.66 |
| Hex | B9 | A5 | 99 | 0 | B | 11 | 1B | 16 | 13 | 42 |
| Octal | 271 | 245 | 231 | 0 | 13 | 21 | 33 | 26 | 23 | 102 |
| Binary | 10111001 | 10100101 | 10011001 | 0 | 1011 | 10001 | 11011 | 10110 | 10011 | 1000010 |
Color Harmonies of #B9A599
Complementary color
Monochromatic Colors of #B9A599
Black with #B9A599
Text Example
Text Example
White with #B9A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A599; }
p { color: rgb(185,165,153); }
H1.HeaderClassName
{
color: #B9A599;
}
.AnyTagClassName
{
color: #B9A599;
}
</style>
background-color css
<style>
a { background-color: #B9A599; }
a { background-color: rgb(185,165,153); }
div.DivClassName
{
background-color: #B9A599;
}
.BgClassName
{
background-color: #B9A599;
}
</style>
border-color css
<style>
span { border-color: #B9A599; }
span { border-color: rgb(185,165,153); }
td.TdClassName
{
border-color: #B9A599;
}
.TagClassName
{
border-color: #B9A599;
}
</style>