Shades of Silk #B8A99F
Tints of Silk #B8A99F
RGB
CMYK
RGB Variations
Color information
#B8A99F (or 0xB8A99F) is known color: Silk. HEX triplet: B8, A9 and 9F. RGB value is (184,169,159). Sum of RGB (Red+Green+Blue) = 184+169+159=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99F is #475660. Grayscale: #ACACAC. Windows color (decimal): -4675169 or 10463672. OLE color: 10463672.
HSL color Cylindrical-coordinate representation of color #B8A99F: hue angle of 24º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8A99F is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 159 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.28 |
| HSL | 24º | 0.15% | 0.67% | - |
| HSV(B) | 24º | 0.14% | 0.72% | - |
| XYZ | 40.21 | 41.07 | 38.61 | - |
| YUV | 172.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 159 | 0 | 0.08 | 0.14 | 0.28 | 24 | 0.15 | 0.67 |
| Hex | B8 | A9 | 9F | 0 | 8 | E | 1C | 18 | F | 43 |
| Octal | 270 | 251 | 237 | 0 | 10 | 16 | 34 | 30 | 17 | 103 |
| Binary | 10111000 | 10101001 | 10011111 | 0 | 1000 | 1110 | 11100 | 11000 | 1111 | 1000011 |
Color Harmonies of #B8A99F
Complementary color
Monochromatic Colors of #B8A99F
Black with #B8A99F
Text Example
Text Example
White with #B8A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A99F; }
p { color: rgb(184,169,159); }
H1.HeaderClassName
{
color: #B8A99F;
}
.AnyTagClassName
{
color: #B8A99F;
}
</style>
background-color css
<style>
a { background-color: #B8A99F; }
a { background-color: rgb(184,169,159); }
div.DivClassName
{
background-color: #B8A99F;
}
.BgClassName
{
background-color: #B8A99F;
}
</style>
border-color css
<style>
span { border-color: #B8A99F; }
span { border-color: rgb(184,169,159); }
td.TdClassName
{
border-color: #B8A99F;
}
.TagClassName
{
border-color: #B8A99F;
}
</style>