Shades of Silk #B8A695
Tints of Silk #B8A695
RGB
CMYK
RGB Variations
Color information
#B8A695 (or 0xB8A695) is known color: Silk. HEX triplet: B8, A6 and 95. RGB value is (184,166,149). Sum of RGB (Red+Green+Blue) = 184+166+149=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A695 is #47596A. Grayscale: #A9A9A9. Windows color (decimal): -4675947 or 9807544. OLE color: 9807544.
HSL color Cylindrical-coordinate representation of color #B8A695: hue angle of 29.14º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8A695 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 149 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.28 |
| HSL | 29.14º | 0.2% | 0.65% | - |
| HSV(B) | 29.14º | 0.19% | 0.72% | - |
| XYZ | 38.83 | 39.63 | 34.04 | - |
| YUV | 169.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 149 | 0 | 0.10 | 0.19 | 0.28 | 29.14 | 0.2 | 0.65 |
| Hex | B8 | A6 | 95 | 0 | A | 13 | 1C | 1D | 14 | 41 |
| Octal | 270 | 246 | 225 | 0 | 12 | 23 | 34 | 35 | 24 | 101 |
| Binary | 10111000 | 10100110 | 10010101 | 0 | 1010 | 10011 | 11100 | 11101 | 10100 | 1000001 |
Color Harmonies of #B8A695
Complementary color
Monochromatic Colors of #B8A695
Black with #B8A695
Text Example
Text Example
White with #B8A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A695; }
p { color: rgb(184,166,149); }
H1.HeaderClassName
{
color: #B8A695;
}
.AnyTagClassName
{
color: #B8A695;
}
</style>
background-color css
<style>
a { background-color: #B8A695; }
a { background-color: rgb(184,166,149); }
div.DivClassName
{
background-color: #B8A695;
}
.BgClassName
{
background-color: #B8A695;
}
</style>
border-color css
<style>
span { border-color: #B8A695; }
span { border-color: rgb(184,166,149); }
td.TdClassName
{
border-color: #B8A695;
}
.TagClassName
{
border-color: #B8A695;
}
</style>