Shades of Silk #B8AA9E
Tints of Silk #B8AA9E
RGB
CMYK
RGB Variations
Color information
#B8AA9E (or 0xB8AA9E) is known color: Silk. HEX triplet: B8, AA and 9E. RGB value is (184,170,158). Sum of RGB (Red+Green+Blue) = 184+170+158=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA9E is #475561. Grayscale: #ACACAC. Windows color (decimal): -4674914 or 10398392. OLE color: 10398392.
HSL color Cylindrical-coordinate representation of color #B8AA9E: hue angle of 27.69º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8AA9E is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 158 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.28 |
| HSL | 27.69º | 0.15% | 0.67% | - |
| HSV(B) | 27.69º | 0.14% | 0.72% | - |
| XYZ | 40.31 | 41.41 | 38.22 | - |
| YUV | 172.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 158 | 0 | 0.08 | 0.14 | 0.28 | 27.69 | 0.15 | 0.67 |
| Hex | B8 | AA | 9E | 0 | 8 | E | 1C | 1C | F | 43 |
| Octal | 270 | 252 | 236 | 0 | 10 | 16 | 34 | 34 | 17 | 103 |
| Binary | 10111000 | 10101010 | 10011110 | 0 | 1000 | 1110 | 11100 | 11100 | 1111 | 1000011 |
Color Harmonies of #B8AA9E
Complementary color
Monochromatic Colors of #B8AA9E
Black with #B8AA9E
Text Example
Text Example
White with #B8AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA9E; }
p { color: rgb(184,170,158); }
H1.HeaderClassName
{
color: #B8AA9E;
}
.AnyTagClassName
{
color: #B8AA9E;
}
</style>
background-color css
<style>
a { background-color: #B8AA9E; }
a { background-color: rgb(184,170,158); }
div.DivClassName
{
background-color: #B8AA9E;
}
.BgClassName
{
background-color: #B8AA9E;
}
</style>
border-color css
<style>
span { border-color: #B8AA9E; }
span { border-color: rgb(184,170,158); }
td.TdClassName
{
border-color: #B8AA9E;
}
.TagClassName
{
border-color: #B8AA9E;
}
</style>