Shades of Silk #B8A89A
Tints of Silk #B8A89A
RGB
CMYK
RGB Variations
Color information
#B8A89A (or 0xB8A89A) is known color: Silk. HEX triplet: B8, A8 and 9A. RGB value is (184,168,154). Sum of RGB (Red+Green+Blue) = 184+168+154=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A89A is #475765. Grayscale: #ABABAB. Windows color (decimal): -4675430 or 10135736. OLE color: 10135736.
HSL color Cylindrical-coordinate representation of color #B8A89A: hue angle of 28º 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 #B8A89A is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 168 | 154 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.28 |
| HSL | 28º | 0.17% | 0.66% | - |
| HSV(B) | 28º | 0.16% | 0.72% | - |
| XYZ | 39.6 | 40.53 | 36.31 | - |
| YUV | 171.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 168 | 154 | 0 | 0.09 | 0.16 | 0.28 | 28 | 0.17 | 0.66 |
| Hex | B8 | A8 | 9A | 0 | 9 | 10 | 1C | 1C | 11 | 42 |
| Octal | 270 | 250 | 232 | 0 | 11 | 20 | 34 | 34 | 21 | 102 |
| Binary | 10111000 | 10101000 | 10011010 | 0 | 1001 | 10000 | 11100 | 11100 | 10001 | 1000010 |
Color Harmonies of #B8A89A
Complementary color
Monochromatic Colors of #B8A89A
Black with #B8A89A
Text Example
Text Example
White with #B8A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A89A; }
p { color: rgb(184,168,154); }
H1.HeaderClassName
{
color: #B8A89A;
}
.AnyTagClassName
{
color: #B8A89A;
}
</style>
background-color css
<style>
a { background-color: #B8A89A; }
a { background-color: rgb(184,168,154); }
div.DivClassName
{
background-color: #B8A89A;
}
.BgClassName
{
background-color: #B8A89A;
}
</style>
border-color css
<style>
span { border-color: #B8A89A; }
span { border-color: rgb(184,168,154); }
td.TdClassName
{
border-color: #B8A89A;
}
.TagClassName
{
border-color: #B8A89A;
}
</style>