Shades of Silk #B8ADA0
Tints of Silk #B8ADA0
RGB
CMYK
RGB Variations
Color information
#B8ADA0 (or 0xB8ADA0) is known color: Silk. HEX triplet: B8, AD and A0. RGB value is (184,173,160). Sum of RGB (Red+Green+Blue) = 184+173+160=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ADA0 is #47525F. Grayscale: #AEAEAE. Windows color (decimal): -4674144 or 10530232. OLE color: 10530232.
HSL color Cylindrical-coordinate representation of color #B8ADA0: hue angle of 32.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 #B8ADA0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 160 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.28 |
| HSL | 32.5º | 0.14% | 0.67% | - |
| HSV(B) | 32.5º | 0.13% | 0.72% | - |
| XYZ | 41.06 | 42.62 | 39.32 | - |
| YUV | 174.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 160 | 0 | 0.06 | 0.13 | 0.28 | 32.5 | 0.14 | 0.67 |
| Hex | B8 | AD | A0 | 0 | 6 | D | 1C | 20 | E | 43 |
| Octal | 270 | 255 | 240 | 0 | 6 | 15 | 34 | 40 | 16 | 103 |
| Binary | 10111000 | 10101101 | 10100000 | 0 | 110 | 1101 | 11100 | 100000 | 1110 | 1000011 |
Color Harmonies of #B8ADA0
Complementary color
Monochromatic Colors of #B8ADA0
Black with #B8ADA0
Text Example
Text Example
White with #B8ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADA0; }
p { color: rgb(184,173,160); }
H1.HeaderClassName
{
color: #B8ADA0;
}
.AnyTagClassName
{
color: #B8ADA0;
}
</style>
background-color css
<style>
a { background-color: #B8ADA0; }
a { background-color: rgb(184,173,160); }
div.DivClassName
{
background-color: #B8ADA0;
}
.BgClassName
{
background-color: #B8ADA0;
}
</style>
border-color css
<style>
span { border-color: #B8ADA0; }
span { border-color: rgb(184,173,160); }
td.TdClassName
{
border-color: #B8ADA0;
}
.TagClassName
{
border-color: #B8ADA0;
}
</style>