Shades of Silk #B8AAA1
Tints of Silk #B8AAA1
RGB
CMYK
RGB Variations
Color information
#B8AAA1 (or 0xB8AAA1) is known color: Silk. HEX triplet: B8, AA and A1. RGB value is (184,170,161). Sum of RGB (Red+Green+Blue) = 184+170+161=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAA1 is #47555E. Grayscale: #ADADAD. Windows color (decimal): -4674911 or 10595000. OLE color: 10595000.
HSL color Cylindrical-coordinate representation of color #B8AAA1: hue angle of 23.48º degrees, saturation: 0.14, 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 #B8AAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 170 | 161 | - |
CMYK | 0 | 0.08 | 0.12 | 0.28 |
HSL | 23.48º | 0.14% | 0.68% | - |
HSV(B) | 23.48º | 0.13% | 0.72% | - |
XYZ | 40.57 | 41.51 | 39.59 | - |
YUV | 173.16 | 121.14 | 135.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 170 | 161 | 0 | 0.08 | 0.12 | 0.28 | 23.48 | 0.14 | 0.68 |
Hex | B8 | AA | A1 | 0 | 8 | C | 1C | 17 | E | 44 |
Octal | 270 | 252 | 241 | 0 | 10 | 14 | 34 | 27 | 16 | 104 |
Binary | 10111000 | 10101010 | 10100001 | 0 | 1000 | 1100 | 11100 | 10111 | 1110 | 1000100 |
Color Harmonies of #B8AAA1
Complementary color
Monochromatic Colors of #B8AAA1
Black with #B8AAA1
Text Example
Text Example
White with #B8AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AAA1; }
p { color: rgb(184,170,161); }
H1.HeaderClassName
{
color: #B8AAA1;
}
.AnyTagClassName
{
color: #B8AAA1;
}
</style>
background-color css
<style>
a { background-color: #B8AAA1; }
a { background-color: rgb(184,170,161); }
div.DivClassName
{
background-color: #B8AAA1;
}
.BgClassName
{
background-color: #B8AAA1;
}
</style>
border-color css
<style>
span { border-color: #B8AAA1; }
span { border-color: rgb(184,170,161); }
td.TdClassName
{
border-color: #B8AAA1;
}
.TagClassName
{
border-color: #B8AAA1;
}
</style>