Shades of Silk #B8AA9A
Tints of Silk #B8AA9A
RGB
CMYK
RGB Variations
Color information
#B8AA9A (or 0xB8AA9A) is known color: Silk. HEX triplet: B8, AA and 9A. RGB value is (184,170,154). Sum of RGB (Red+Green+Blue) = 184+170+154=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA9A is #475565. Grayscale: #ACACAC. Windows color (decimal): -4674918 or 10136248. OLE color: 10136248.
HSL color Cylindrical-coordinate representation of color #B8AA9A: hue angle of 32º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8AA9A is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 154 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.28 |
| HSL | 32º | 0.17% | 0.66% | - |
| HSV(B) | 32º | 0.16% | 0.72% | - |
| XYZ | 39.97 | 41.27 | 36.43 | - |
| YUV | 172.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 154 | 0 | 0.08 | 0.16 | 0.28 | 32 | 0.17 | 0.66 |
| Hex | B8 | AA | 9A | 0 | 8 | 10 | 1C | 20 | 11 | 42 |
| Octal | 270 | 252 | 232 | 0 | 10 | 20 | 34 | 40 | 21 | 102 |
| Binary | 10111000 | 10101010 | 10011010 | 0 | 1000 | 10000 | 11100 | 100000 | 10001 | 1000010 |
Color Harmonies of #B8AA9A
Complementary color
Monochromatic Colors of #B8AA9A
Black with #B8AA9A
Text Example
Text Example
White with #B8AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA9A; }
p { color: rgb(184,170,154); }
H1.HeaderClassName
{
color: #B8AA9A;
}
.AnyTagClassName
{
color: #B8AA9A;
}
</style>
background-color css
<style>
a { background-color: #B8AA9A; }
a { background-color: rgb(184,170,154); }
div.DivClassName
{
background-color: #B8AA9A;
}
.BgClassName
{
background-color: #B8AA9A;
}
</style>
border-color css
<style>
span { border-color: #B8AA9A; }
span { border-color: rgb(184,170,154); }
td.TdClassName
{
border-color: #B8AA9A;
}
.TagClassName
{
border-color: #B8AA9A;
}
</style>