Shades of Silk #B8ABA1
Tints of Silk #B8ABA1
RGB
CMYK
RGB Variations
Color information
#B8ABA1 (or 0xB8ABA1) is known color: Silk. HEX triplet: B8, AB and A1. RGB value is (184,171,161). Sum of RGB (Red+Green+Blue) = 184+171+161=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA1 is #47545E. Grayscale: #ADADAD. Windows color (decimal): -4674655 or 10595256. OLE color: 10595256.
HSL color Cylindrical-coordinate representation of color #B8ABA1: hue angle of 26.09º 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 #B8ABA1 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 161 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.28 |
| HSL | 26.09º | 0.14% | 0.68% | - |
| HSV(B) | 26.09º | 0.13% | 0.72% | - |
| XYZ | 40.76 | 41.89 | 39.66 | - |
| YUV | 173.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 161 | 0 | 0.07 | 0.12 | 0.28 | 26.09 | 0.14 | 0.68 |
| Hex | B8 | AB | A1 | 0 | 7 | C | 1C | 1A | E | 44 |
| Octal | 270 | 253 | 241 | 0 | 7 | 14 | 34 | 32 | 16 | 104 |
| Binary | 10111000 | 10101011 | 10100001 | 0 | 111 | 1100 | 11100 | 11010 | 1110 | 1000100 |
Color Harmonies of #B8ABA1
Complementary color
Monochromatic Colors of #B8ABA1
Black with #B8ABA1
Text Example
Text Example
White with #B8ABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABA1; }
p { color: rgb(184,171,161); }
H1.HeaderClassName
{
color: #B8ABA1;
}
.AnyTagClassName
{
color: #B8ABA1;
}
</style>
background-color css
<style>
a { background-color: #B8ABA1; }
a { background-color: rgb(184,171,161); }
div.DivClassName
{
background-color: #B8ABA1;
}
.BgClassName
{
background-color: #B8ABA1;
}
</style>
border-color css
<style>
span { border-color: #B8ABA1; }
span { border-color: rgb(184,171,161); }
td.TdClassName
{
border-color: #B8ABA1;
}
.TagClassName
{
border-color: #B8ABA1;
}
</style>