Shades of Silk #B9A99B
Tints of Silk #B9A99B
RGB
CMYK
RGB Variations
Color information
#B9A99B (or 0xB9A99B) is known color: Silk. HEX triplet: B9, A9 and 9B. RGB value is (185,169,155). Sum of RGB (Red+Green+Blue) = 185+169+155=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A99B is #465664. Grayscale: #ACACAC. Windows color (decimal): -4609637 or 10201529. OLE color: 10201529.
HSL color Cylindrical-coordinate representation of color #B9A99B: hue angle of 28º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9A99B is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 155 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.27 |
| HSL | 28º | 0.18% | 0.67% | - |
| HSV(B) | 28º | 0.16% | 0.73% | - |
| XYZ | 40.11 | 41.06 | 36.82 | - |
| YUV | 172.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 155 | 0 | 0.09 | 0.16 | 0.27 | 28 | 0.18 | 0.67 |
| Hex | B9 | A9 | 9B | 0 | 9 | 10 | 1B | 1C | 12 | 43 |
| Octal | 271 | 251 | 233 | 0 | 11 | 20 | 33 | 34 | 22 | 103 |
| Binary | 10111001 | 10101001 | 10011011 | 0 | 1001 | 10000 | 11011 | 11100 | 10010 | 1000011 |
Color Harmonies of #B9A99B
Complementary color
Monochromatic Colors of #B9A99B
Black with #B9A99B
Text Example
Text Example
White with #B9A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A99B; }
p { color: rgb(185,169,155); }
H1.HeaderClassName
{
color: #B9A99B;
}
.AnyTagClassName
{
color: #B9A99B;
}
</style>
background-color css
<style>
a { background-color: #B9A99B; }
a { background-color: rgb(185,169,155); }
div.DivClassName
{
background-color: #B9A99B;
}
.BgClassName
{
background-color: #B9A99B;
}
</style>
border-color css
<style>
span { border-color: #B9A99B; }
span { border-color: rgb(185,169,155); }
td.TdClassName
{
border-color: #B9A99B;
}
.TagClassName
{
border-color: #B9A99B;
}
</style>