Shades of Silk #B9AA9C
Tints of Silk #B9AA9C
RGB
CMYK
RGB Variations
Color information
#B9AA9C (or 0xB9AA9C) is known color: Silk. HEX triplet: B9, AA and 9C. RGB value is (185,170,156). Sum of RGB (Red+Green+Blue) = 185+170+156=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA9C is #465563. Grayscale: #ACACAC. Windows color (decimal): -4609380 or 10267321. OLE color: 10267321.
HSL color Cylindrical-coordinate representation of color #B9AA9C: hue angle of 28.97º degrees, saturation: 0.17, 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 #B9AA9C is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 170 | 156 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.27 |
| HSL | 28.97º | 0.17% | 0.67% | - |
| HSV(B) | 28.97º | 0.16% | 0.73% | - |
| XYZ | 40.38 | 41.46 | 37.33 | - |
| YUV | 172.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 170 | 156 | 0 | 0.08 | 0.16 | 0.27 | 28.97 | 0.17 | 0.67 |
| Hex | B9 | AA | 9C | 0 | 8 | 10 | 1B | 1D | 11 | 43 |
| Octal | 271 | 252 | 234 | 0 | 10 | 20 | 33 | 35 | 21 | 103 |
| Binary | 10111001 | 10101010 | 10011100 | 0 | 1000 | 10000 | 11011 | 11101 | 10001 | 1000011 |
Color Harmonies of #B9AA9C
Complementary color
Monochromatic Colors of #B9AA9C
Black with #B9AA9C
Text Example
Text Example
White with #B9AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AA9C; }
p { color: rgb(185,170,156); }
H1.HeaderClassName
{
color: #B9AA9C;
}
.AnyTagClassName
{
color: #B9AA9C;
}
</style>
background-color css
<style>
a { background-color: #B9AA9C; }
a { background-color: rgb(185,170,156); }
div.DivClassName
{
background-color: #B9AA9C;
}
.BgClassName
{
background-color: #B9AA9C;
}
</style>
border-color css
<style>
span { border-color: #B9AA9C; }
span { border-color: rgb(185,170,156); }
td.TdClassName
{
border-color: #B9AA9C;
}
.TagClassName
{
border-color: #B9AA9C;
}
</style>