Shades of Dusty Grey #BA9D9C
Tints of Dusty Grey #BA9D9C
RGB
CMYK
RGB Variations
Color information
#BA9D9C (or 0xBA9D9C) is known color: Dusty Grey. HEX triplet: BA, 9D and 9C. RGB value is (186,157,156). Sum of RGB (Red+Green+Blue) = 186+157+156=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D9C is #456263. Grayscale: #A5A5A5. Windows color (decimal): -4547172 or 10263994. OLE color: 10263994.
HSL color Cylindrical-coordinate representation of color #BA9D9C: hue angle of 2º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BA9D9C is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 156 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.27 |
| HSL | 2º | 0.18% | 0.67% | - |
| HSV(B) | 2º | 0.16% | 0.73% | - |
| XYZ | 38.31 | 36.95 | 36.57 | - |
| YUV | 165.56 | 122.61 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 156 | 0 | 0.16 | 0.16 | 0.27 | 2 | 0.18 | 0.67 |
| Hex | BA | 9D | 9C | 0 | 10 | 10 | 1B | 2 | 12 | 43 |
| Octal | 272 | 235 | 234 | 0 | 20 | 20 | 33 | 2 | 22 | 103 |
| Binary | 10111010 | 10011101 | 10011100 | 0 | 10000 | 10000 | 11011 | 10 | 10010 | 1000011 |
Color Harmonies of #BA9D9C
Complementary color
Monochromatic Colors of #BA9D9C
Black with #BA9D9C
Text Example
Text Example
White with #BA9D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D9C; }
p { color: rgb(186,157,156); }
H1.HeaderClassName
{
color: #BA9D9C;
}
.AnyTagClassName
{
color: #BA9D9C;
}
</style>
background-color css
<style>
a { background-color: #BA9D9C; }
a { background-color: rgb(186,157,156); }
div.DivClassName
{
background-color: #BA9D9C;
}
.BgClassName
{
background-color: #BA9D9C;
}
</style>
border-color css
<style>
span { border-color: #BA9D9C; }
span { border-color: rgb(186,157,156); }
td.TdClassName
{
border-color: #BA9D9C;
}
.TagClassName
{
border-color: #BA9D9C;
}
</style>