Shades of Dusty Grey #BA9D9A
Tints of Dusty Grey #BA9D9A
RGB
CMYK
RGB Variations
Color information
#BA9D9A (or 0xBA9D9A) is known color: Dusty Grey. HEX triplet: BA, 9D and 9A. RGB value is (186,157,154). Sum of RGB (Red+Green+Blue) = 186+157+154=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D9A is #456265. Grayscale: #A5A5A5. Windows color (decimal): -4547174 or 10132922. OLE color: 10132922.
HSL color Cylindrical-coordinate representation of color #BA9D9A: hue angle of 5.62º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9D9A is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 154 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.27 |
| HSL | 5.63º | 0.19% | 0.67% | - |
| HSV(B) | 5.63º | 0.17% | 0.73% | - |
| XYZ | 38.14 | 36.89 | 35.68 | - |
| YUV | 165.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 154 | 0 | 0.16 | 0.17 | 0.27 | 5.63 | 0.19 | 0.67 |
| Hex | BA | 9D | 9A | 0 | 10 | 11 | 1B | 6 | 13 | 43 |
| Octal | 272 | 235 | 232 | 0 | 20 | 21 | 33 | 6 | 23 | 103 |
| Binary | 10111010 | 10011101 | 10011010 | 0 | 10000 | 10001 | 11011 | 110 | 10011 | 1000011 |
Color Harmonies of #BA9D9A
Complementary color
Monochromatic Colors of #BA9D9A
Black with #BA9D9A
Text Example
Text Example
White with #BA9D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D9A; }
p { color: rgb(186,157,154); }
H1.HeaderClassName
{
color: #BA9D9A;
}
.AnyTagClassName
{
color: #BA9D9A;
}
</style>
background-color css
<style>
a { background-color: #BA9D9A; }
a { background-color: rgb(186,157,154); }
div.DivClassName
{
background-color: #BA9D9A;
}
.BgClassName
{
background-color: #BA9D9A;
}
</style>
border-color css
<style>
span { border-color: #BA9D9A; }
span { border-color: rgb(186,157,154); }
td.TdClassName
{
border-color: #BA9D9A;
}
.TagClassName
{
border-color: #BA9D9A;
}
</style>