Shades of Dusty Grey #BA9A9A
Tints of Dusty Grey #BA9A9A
RGB
CMYK
RGB Variations
Color information
#BA9A9A (or 0xBA9A9A) is known color: Dusty Grey. HEX triplet: BA, 9A and 9A. RGB value is (186,154,154). Sum of RGB (Red+Green+Blue) = 186+154+154=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 154 (60.55% from 255 or 31.17% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9A9A is #456565. Grayscale: #A3A3A3. Windows color (decimal): -4547942 or 10132154. OLE color: 10132154.
HSL color Cylindrical-coordinate representation of color #BA9A9A: hue angle of 0º 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 #BA9A9A is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 154 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.27 |
| HSL | 0º | 0.19% | 0.67% | - |
| HSV(B) | 0º | 0.17% | 0.73% | - |
| XYZ | 37.64 | 35.88 | 35.51 | - |
| YUV | 163.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 154 | 0 | 0.17 | 0.17 | 0.27 | 0 | 0.19 | 0.67 |
| Hex | BA | 9A | 9A | 0 | 11 | 11 | 1B | 0 | 13 | 43 |
| Octal | 272 | 232 | 232 | 0 | 21 | 21 | 33 | 0 | 23 | 103 |
| Binary | 10111010 | 10011010 | 10011010 | 0 | 10001 | 10001 | 11011 | 0 | 10011 | 1000011 |
Color Harmonies of #BA9A9A
Complementary color
Monochromatic Colors of #BA9A9A
Black with #BA9A9A
Text Example
Text Example
White with #BA9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A9A; }
p { color: rgb(186,154,154); }
H1.HeaderClassName
{
color: #BA9A9A;
}
.AnyTagClassName
{
color: #BA9A9A;
}
</style>
background-color css
<style>
a { background-color: #BA9A9A; }
a { background-color: rgb(186,154,154); }
div.DivClassName
{
background-color: #BA9A9A;
}
.BgClassName
{
background-color: #BA9A9A;
}
</style>
border-color css
<style>
span { border-color: #BA9A9A; }
span { border-color: rgb(186,154,154); }
td.TdClassName
{
border-color: #BA9A9A;
}
.TagClassName
{
border-color: #BA9A9A;
}
</style>