Shades of Silk #B8AA9D
Tints of Silk #B8AA9D
RGB
CMYK
RGB Variations
Color information
#B8AA9D (or 0xB8AA9D) is known color: Silk. HEX triplet: B8, AA and 9D. RGB value is (184,170,157). Sum of RGB (Red+Green+Blue) = 184+170+157=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA9D is #475562. Grayscale: #ACACAC. Windows color (decimal): -4674915 or 10332856. OLE color: 10332856.
HSL color Cylindrical-coordinate representation of color #B8AA9D: hue angle of 28.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8AA9D is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 157 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.28 |
| HSL | 28.89º | 0.16% | 0.67% | - |
| HSV(B) | 28.89º | 0.15% | 0.72% | - |
| XYZ | 40.23 | 41.37 | 37.76 | - |
| YUV | 172.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 157 | 0 | 0.08 | 0.15 | 0.28 | 28.89 | 0.16 | 0.67 |
| Hex | B8 | AA | 9D | 0 | 8 | F | 1C | 1D | 10 | 43 |
| Octal | 270 | 252 | 235 | 0 | 10 | 17 | 34 | 35 | 20 | 103 |
| Binary | 10111000 | 10101010 | 10011101 | 0 | 1000 | 1111 | 11100 | 11101 | 10000 | 1000011 |
Color Harmonies of #B8AA9D
Complementary color
Monochromatic Colors of #B8AA9D
Black with #B8AA9D
Text Example
Text Example
White with #B8AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA9D; }
p { color: rgb(184,170,157); }
H1.HeaderClassName
{
color: #B8AA9D;
}
.AnyTagClassName
{
color: #B8AA9D;
}
</style>
background-color css
<style>
a { background-color: #B8AA9D; }
a { background-color: rgb(184,170,157); }
div.DivClassName
{
background-color: #B8AA9D;
}
.BgClassName
{
background-color: #B8AA9D;
}
</style>
border-color css
<style>
span { border-color: #B8AA9D; }
span { border-color: rgb(184,170,157); }
td.TdClassName
{
border-color: #B8AA9D;
}
.TagClassName
{
border-color: #B8AA9D;
}
</style>