Shades of Silk #B8A99C
Tints of Silk #B8A99C
RGB
CMYK
RGB Variations
Color information
#B8A99C (or 0xB8A99C) is known color: Silk. HEX triplet: B8, A9 and 9C. RGB value is (184,169,156). Sum of RGB (Red+Green+Blue) = 184+169+156=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99C is #475663. Grayscale: #ACACAC. Windows color (decimal): -4675172 or 10267064. OLE color: 10267064.
HSL color Cylindrical-coordinate representation of color #B8A99C: hue angle of 27.86º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8A99C is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 156 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.28 |
| HSL | 27.86º | 0.16% | 0.67% | - |
| HSV(B) | 27.86º | 0.15% | 0.72% | - |
| XYZ | 39.96 | 40.97 | 37.25 | - |
| YUV | 172 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 156 | 0 | 0.08 | 0.15 | 0.28 | 27.86 | 0.16 | 0.67 |
| Hex | B8 | A9 | 9C | 0 | 8 | F | 1C | 1C | 10 | 43 |
| Octal | 270 | 251 | 234 | 0 | 10 | 17 | 34 | 34 | 20 | 103 |
| Binary | 10111000 | 10101001 | 10011100 | 0 | 1000 | 1111 | 11100 | 11100 | 10000 | 1000011 |
Color Harmonies of #B8A99C
Complementary color
Monochromatic Colors of #B8A99C
Black with #B8A99C
Text Example
Text Example
White with #B8A99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A99C; }
p { color: rgb(184,169,156); }
H1.HeaderClassName
{
color: #B8A99C;
}
.AnyTagClassName
{
color: #B8A99C;
}
</style>
background-color css
<style>
a { background-color: #B8A99C; }
a { background-color: rgb(184,169,156); }
div.DivClassName
{
background-color: #B8A99C;
}
.BgClassName
{
background-color: #B8A99C;
}
</style>
border-color css
<style>
span { border-color: #B8A99C; }
span { border-color: rgb(184,169,156); }
td.TdClassName
{
border-color: #B8A99C;
}
.TagClassName
{
border-color: #B8A99C;
}
</style>