Shades of Dusty Grey #B8A09E
Tints of Dusty Grey #B8A09E
RGB
CMYK
RGB Variations
Color information
#B8A09E (or 0xB8A09E) is known color: Dusty Grey. HEX triplet: B8, A0 and 9E. RGB value is (184,160,158). Sum of RGB (Red+Green+Blue) = 184+160+158=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A09E is #475F61. Grayscale: #A6A6A6. Windows color (decimal): -4677474 or 10395832. OLE color: 10395832.
HSL color Cylindrical-coordinate representation of color #B8A09E: hue angle of 4.62º 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 #B8A09E is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 160 | 158 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.28 |
| HSL | 4.62º | 0.15% | 0.67% | - |
| HSV(B) | 4.62º | 0.14% | 0.72% | - |
| XYZ | 38.51 | 37.8 | 37.61 | - |
| YUV | 166.95 | 122.95 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 158 | 0 | 0.13 | 0.14 | 0.28 | 4.62 | 0.15 | 0.67 |
| Hex | B8 | A0 | 9E | 0 | D | E | 1C | 5 | F | 43 |
| Octal | 270 | 240 | 236 | 0 | 15 | 16 | 34 | 5 | 17 | 103 |
| Binary | 10111000 | 10100000 | 10011110 | 0 | 1101 | 1110 | 11100 | 101 | 1111 | 1000011 |
Color Harmonies of #B8A09E
Complementary color
Monochromatic Colors of #B8A09E
Black with #B8A09E
Text Example
Text Example
White with #B8A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A09E; }
p { color: rgb(184,160,158); }
H1.HeaderClassName
{
color: #B8A09E;
}
.AnyTagClassName
{
color: #B8A09E;
}
</style>
background-color css
<style>
a { background-color: #B8A09E; }
a { background-color: rgb(184,160,158); }
div.DivClassName
{
background-color: #B8A09E;
}
.BgClassName
{
background-color: #B8A09E;
}
</style>
border-color css
<style>
span { border-color: #B8A09E; }
span { border-color: rgb(184,160,158); }
td.TdClassName
{
border-color: #B8A09E;
}
.TagClassName
{
border-color: #B8A09E;
}
</style>