Shades of Silk #B8ABA2
Tints of Silk #B8ABA2
RGB
CMYK
RGB Variations
Color information
#B8ABA2 (or 0xB8ABA2) is known color: Silk. HEX triplet: B8, AB and A2. RGB value is (184,171,162). Sum of RGB (Red+Green+Blue) = 184+171+162=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABA2 is #47545D. Grayscale: #ADADAD. Windows color (decimal): -4674654 or 10660792. OLE color: 10660792.
HSL color Cylindrical-coordinate representation of color #B8ABA2: hue angle of 24.55º 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 #B8ABA2 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 162 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.28 |
| HSL | 24.55º | 0.13% | 0.68% | - |
| HSV(B) | 24.55º | 0.12% | 0.72% | - |
| XYZ | 40.85 | 41.92 | 40.12 | - |
| YUV | 173.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 162 | 0 | 0.07 | 0.12 | 0.28 | 24.55 | 0.13 | 0.68 |
| Hex | B8 | AB | A2 | 0 | 7 | C | 1C | 19 | D | 44 |
| Octal | 270 | 253 | 242 | 0 | 7 | 14 | 34 | 31 | 15 | 104 |
| Binary | 10111000 | 10101011 | 10100010 | 0 | 111 | 1100 | 11100 | 11001 | 1101 | 1000100 |
Color Harmonies of #B8ABA2
Complementary color
Monochromatic Colors of #B8ABA2
Black with #B8ABA2
Text Example
Text Example
White with #B8ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABA2; }
p { color: rgb(184,171,162); }
H1.HeaderClassName
{
color: #B8ABA2;
}
.AnyTagClassName
{
color: #B8ABA2;
}
</style>
background-color css
<style>
a { background-color: #B8ABA2; }
a { background-color: rgb(184,171,162); }
div.DivClassName
{
background-color: #B8ABA2;
}
.BgClassName
{
background-color: #B8ABA2;
}
</style>
border-color css
<style>
span { border-color: #B8ABA2; }
span { border-color: rgb(184,171,162); }
td.TdClassName
{
border-color: #B8ABA2;
}
.TagClassName
{
border-color: #B8ABA2;
}
</style>