Shades of Silk #B8AA9B
Tints of Silk #B8AA9B
RGB
CMYK
RGB Variations
Color information
#B8AA9B (or 0xB8AA9B) is known color: Silk. HEX triplet: B8, AA and 9B. RGB value is (184,170,155). Sum of RGB (Red+Green+Blue) = 184+170+155=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA9B is #475564. Grayscale: #ACACAC. Windows color (decimal): -4674917 or 10201784. OLE color: 10201784.
HSL color Cylindrical-coordinate representation of color #B8AA9B: hue angle of 31.03º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8AA9B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 170 | 155 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.28 |
| HSL | 31.03º | 0.17% | 0.66% | - |
| HSV(B) | 31.03º | 0.16% | 0.72% | - |
| XYZ | 40.06 | 41.31 | 36.87 | - |
| YUV | 172.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 170 | 155 | 0 | 0.08 | 0.16 | 0.28 | 31.03 | 0.17 | 0.66 |
| Hex | B8 | AA | 9B | 0 | 8 | 10 | 1C | 1F | 11 | 42 |
| Octal | 270 | 252 | 233 | 0 | 10 | 20 | 34 | 37 | 21 | 102 |
| Binary | 10111000 | 10101010 | 10011011 | 0 | 1000 | 10000 | 11100 | 11111 | 10001 | 1000010 |
Color Harmonies of #B8AA9B
Complementary color
Monochromatic Colors of #B8AA9B
Black with #B8AA9B
Text Example
Text Example
White with #B8AA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AA9B; }
p { color: rgb(184,170,155); }
H1.HeaderClassName
{
color: #B8AA9B;
}
.AnyTagClassName
{
color: #B8AA9B;
}
</style>
background-color css
<style>
a { background-color: #B8AA9B; }
a { background-color: rgb(184,170,155); }
div.DivClassName
{
background-color: #B8AA9B;
}
.BgClassName
{
background-color: #B8AA9B;
}
</style>
border-color css
<style>
span { border-color: #B8AA9B; }
span { border-color: rgb(184,170,155); }
td.TdClassName
{
border-color: #B8AA9B;
}
.TagClassName
{
border-color: #B8AA9B;
}
</style>