Shades of Silk #B8ABA0
Tints of Silk #B8ABA0
RGB
CMYK
RGB Variations
Color information
#B8ABA0 (or 0xB8ABA0) is known color: Silk. HEX triplet: B8, AB and A0. RGB value is (184,171,160). Sum of RGB (Red+Green+Blue) = 184+171+160=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA0 is #47545F. Grayscale: #ADADAD. Windows color (decimal): -4674656 or 10529720. OLE color: 10529720.
HSL color Cylindrical-coordinate representation of color #B8ABA0: hue angle of 27.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8ABA0 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 160 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.28 |
| HSL | 27.5º | 0.14% | 0.67% | - |
| HSV(B) | 27.5º | 0.13% | 0.72% | - |
| XYZ | 40.68 | 41.85 | 39.19 | - |
| YUV | 173.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 160 | 0 | 0.07 | 0.13 | 0.28 | 27.5 | 0.14 | 0.67 |
| Hex | B8 | AB | A0 | 0 | 7 | D | 1C | 1C | E | 43 |
| Octal | 270 | 253 | 240 | 0 | 7 | 15 | 34 | 34 | 16 | 103 |
| Binary | 10111000 | 10101011 | 10100000 | 0 | 111 | 1101 | 11100 | 11100 | 1110 | 1000011 |
Color Harmonies of #B8ABA0
Complementary color
Monochromatic Colors of #B8ABA0
Black with #B8ABA0
Text Example
Text Example
White with #B8ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABA0; }
p { color: rgb(184,171,160); }
H1.HeaderClassName
{
color: #B8ABA0;
}
.AnyTagClassName
{
color: #B8ABA0;
}
</style>
background-color css
<style>
a { background-color: #B8ABA0; }
a { background-color: rgb(184,171,160); }
div.DivClassName
{
background-color: #B8ABA0;
}
.BgClassName
{
background-color: #B8ABA0;
}
</style>
border-color css
<style>
span { border-color: #B8ABA0; }
span { border-color: rgb(184,171,160); }
td.TdClassName
{
border-color: #B8ABA0;
}
.TagClassName
{
border-color: #B8ABA0;
}
</style>