Shades of Dusty Grey #BAA09E
Tints of Dusty Grey #BAA09E
RGB
CMYK
RGB Variations
Color information
#BAA09E (or 0xBAA09E) is known color: Dusty Grey. HEX triplet: BA, A0 and 9E. RGB value is (186,160,158). Sum of RGB (Red+Green+Blue) = 186+160+158=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA09E is #455F61. Grayscale: #A7A7A7. Windows color (decimal): -4546402 or 10395834. OLE color: 10395834.
HSL color Cylindrical-coordinate representation of color #BAA09E: hue angle of 4.29º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAA09E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 160 | 158 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.27 |
| HSL | 4.29º | 0.17% | 0.67% | - |
| HSV(B) | 4.29º | 0.15% | 0.73% | - |
| XYZ | 38.99 | 38.05 | 37.64 | - |
| YUV | 167.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 160 | 158 | 0 | 0.14 | 0.15 | 0.27 | 4.29 | 0.17 | 0.67 |
| Hex | BA | A0 | 9E | 0 | E | F | 1B | 4 | 11 | 43 |
| Octal | 272 | 240 | 236 | 0 | 16 | 17 | 33 | 4 | 21 | 103 |
| Binary | 10111010 | 10100000 | 10011110 | 0 | 1110 | 1111 | 11011 | 100 | 10001 | 1000011 |
Color Harmonies of #BAA09E
Complementary color
Monochromatic Colors of #BAA09E
Black with #BAA09E
Text Example
Text Example
White with #BAA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA09E; }
p { color: rgb(186,160,158); }
H1.HeaderClassName
{
color: #BAA09E;
}
.AnyTagClassName
{
color: #BAA09E;
}
</style>
background-color css
<style>
a { background-color: #BAA09E; }
a { background-color: rgb(186,160,158); }
div.DivClassName
{
background-color: #BAA09E;
}
.BgClassName
{
background-color: #BAA09E;
}
</style>
border-color css
<style>
span { border-color: #BAA09E; }
span { border-color: rgb(186,160,158); }
td.TdClassName
{
border-color: #BAA09E;
}
.TagClassName
{
border-color: #BAA09E;
}
</style>