Shades of Silk #B8AAA2
Tints of Silk #B8AAA2
RGB
CMYK
RGB Variations
Color information
#B8AAA2 (or 0xB8AAA2) is known color: Silk. HEX triplet: B8, AA and A2. RGB value is (184,170,162). Sum of RGB (Red+Green+Blue) = 184+170+162=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA2 is #47555D. Grayscale: #ADADAD. Windows color (decimal): -4674910 or 10660536. OLE color: 10660536.
HSL color Cylindrical-coordinate representation of color #B8AAA2: hue angle of 21.82º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8AAA2 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 162 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.28 |
| HSL | 21.82º | 0.13% | 0.68% | - |
| HSV(B) | 21.82º | 0.12% | 0.72% | - |
| XYZ | 40.66 | 41.55 | 40.06 | - |
| YUV | 173.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 162 | 0 | 0.08 | 0.12 | 0.28 | 21.82 | 0.13 | 0.68 |
| Hex | B8 | AA | A2 | 0 | 8 | C | 1C | 16 | D | 44 |
| Octal | 270 | 252 | 242 | 0 | 10 | 14 | 34 | 26 | 15 | 104 |
| Binary | 10111000 | 10101010 | 10100010 | 0 | 1000 | 1100 | 11100 | 10110 | 1101 | 1000100 |
Color Harmonies of #B8AAA2
Complementary color
Monochromatic Colors of #B8AAA2
Black with #B8AAA2
Text Example
Text Example
White with #B8AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAA2; }
p { color: rgb(184,170,162); }
H1.HeaderClassName
{
color: #B8AAA2;
}
.AnyTagClassName
{
color: #B8AAA2;
}
</style>
background-color css
<style>
a { background-color: #B8AAA2; }
a { background-color: rgb(184,170,162); }
div.DivClassName
{
background-color: #B8AAA2;
}
.BgClassName
{
background-color: #B8AAA2;
}
</style>
border-color css
<style>
span { border-color: #B8AAA2; }
span { border-color: rgb(184,170,162); }
td.TdClassName
{
border-color: #B8AAA2;
}
.TagClassName
{
border-color: #B8AAA2;
}
</style>