Shades of Silk #B9A695
Tints of Silk #B9A695
RGB
CMYK
RGB Variations
Color information
#B9A695 (or 0xB9A695) is known color: Silk. HEX triplet: B9, A6 and 95. RGB value is (185,166,149). Sum of RGB (Red+Green+Blue) = 185+166+149=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A695 is #46596A. Grayscale: #A9A9A9. Windows color (decimal): -4610411 or 9807545. OLE color: 9807545.
HSL color Cylindrical-coordinate representation of color #B9A695: hue angle of 28.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9A695 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 149 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.27 |
| HSL | 28.33º | 0.2% | 0.65% | - |
| HSV(B) | 28.33º | 0.19% | 0.73% | - |
| XYZ | 39.07 | 39.76 | 34.05 | - |
| YUV | 169.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 149 | 0 | 0.10 | 0.19 | 0.27 | 28.33 | 0.2 | 0.65 |
| Hex | B9 | A6 | 95 | 0 | A | 13 | 1B | 1C | 14 | 41 |
| Octal | 271 | 246 | 225 | 0 | 12 | 23 | 33 | 34 | 24 | 101 |
| Binary | 10111001 | 10100110 | 10010101 | 0 | 1010 | 10011 | 11011 | 11100 | 10100 | 1000001 |
Color Harmonies of #B9A695
Complementary color
Monochromatic Colors of #B9A695
Black with #B9A695
Text Example
Text Example
White with #B9A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A695; }
p { color: rgb(185,166,149); }
H1.HeaderClassName
{
color: #B9A695;
}
.AnyTagClassName
{
color: #B9A695;
}
</style>
background-color css
<style>
a { background-color: #B9A695; }
a { background-color: rgb(185,166,149); }
div.DivClassName
{
background-color: #B9A695;
}
.BgClassName
{
background-color: #B9A695;
}
</style>
border-color css
<style>
span { border-color: #B9A695; }
span { border-color: rgb(185,166,149); }
td.TdClassName
{
border-color: #B9A695;
}
.TagClassName
{
border-color: #B9A695;
}
</style>