Shades of Silk #B9A491
Tints of Silk #B9A491
RGB
CMYK
RGB Variations
Color information
#B9A491 (or 0xB9A491) is known color: Silk. HEX triplet: B9, A4 and 91. RGB value is (185,164,145). Sum of RGB (Red+Green+Blue) = 185+164+145=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A491 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A491 is #465B6E. Grayscale: #A8A8A8. Windows color (decimal): -4610927 or 9544889. OLE color: 9544889.
HSL color Cylindrical-coordinate representation of color #B9A491: hue angle of 28.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9A491 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 164 | 145 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.27 |
| HSL | 28.5º | 0.22% | 0.65% | - |
| HSV(B) | 28.5º | 0.22% | 0.73% | - |
| XYZ | 38.39 | 38.91 | 32.27 | - |
| YUV | 168.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 164 | 145 | 0 | 0.11 | 0.22 | 0.27 | 28.5 | 0.22 | 0.65 |
| Hex | B9 | A4 | 91 | 0 | B | 16 | 1B | 1C | 16 | 41 |
| Octal | 271 | 244 | 221 | 0 | 13 | 26 | 33 | 34 | 26 | 101 |
| Binary | 10111001 | 10100100 | 10010001 | 0 | 1011 | 10110 | 11011 | 11100 | 10110 | 1000001 |
Color Harmonies of #B9A491
Complementary color
Monochromatic Colors of #B9A491
Black with #B9A491
Text Example
Text Example
White with #B9A491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A491; }
p { color: rgb(185,164,145); }
H1.HeaderClassName
{
color: #B9A491;
}
.AnyTagClassName
{
color: #B9A491;
}
</style>
background-color css
<style>
a { background-color: #B9A491; }
a { background-color: rgb(185,164,145); }
div.DivClassName
{
background-color: #B9A491;
}
.BgClassName
{
background-color: #B9A491;
}
</style>
border-color css
<style>
span { border-color: #B9A491; }
span { border-color: rgb(185,164,145); }
td.TdClassName
{
border-color: #B9A491;
}
.TagClassName
{
border-color: #B9A491;
}
</style>