Shades of Silk #B8A99B
Tints of Silk #B8A99B
RGB
CMYK
RGB Variations
Color information
#B8A99B (or 0xB8A99B) is known color: Silk. HEX triplet: B8, A9 and 9B. RGB value is (184,169,155). Sum of RGB (Red+Green+Blue) = 184+169+155=508 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.22% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A99B is #475664. Grayscale: #ABABAB. Windows color (decimal): -4675173 or 10201528. OLE color: 10201528.
HSL color Cylindrical-coordinate representation of color #B8A99B: hue angle of 28.97º 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 #B8A99B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 169 | 155 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.28 |
| HSL | 28.97º | 0.17% | 0.66% | - |
| HSV(B) | 28.97º | 0.16% | 0.72% | - |
| XYZ | 39.87 | 40.93 | 36.81 | - |
| YUV | 171.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 169 | 155 | 0 | 0.08 | 0.16 | 0.28 | 28.97 | 0.17 | 0.66 |
| Hex | B8 | A9 | 9B | 0 | 8 | 10 | 1C | 1D | 11 | 42 |
| Octal | 270 | 251 | 233 | 0 | 10 | 20 | 34 | 35 | 21 | 102 |
| Binary | 10111000 | 10101001 | 10011011 | 0 | 1000 | 10000 | 11100 | 11101 | 10001 | 1000010 |
Color Harmonies of #B8A99B
Complementary color
Monochromatic Colors of #B8A99B
Black with #B8A99B
Text Example
Text Example
White with #B8A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A99B; }
p { color: rgb(184,169,155); }
H1.HeaderClassName
{
color: #B8A99B;
}
.AnyTagClassName
{
color: #B8A99B;
}
</style>
background-color css
<style>
a { background-color: #B8A99B; }
a { background-color: rgb(184,169,155); }
div.DivClassName
{
background-color: #B8A99B;
}
.BgClassName
{
background-color: #B8A99B;
}
</style>
border-color css
<style>
span { border-color: #B8A99B; }
span { border-color: rgb(184,169,155); }
td.TdClassName
{
border-color: #B8A99B;
}
.TagClassName
{
border-color: #B8A99B;
}
</style>