Shades of Dusty Grey #BA9C9B
Tints of Dusty Grey #BA9C9B
RGB
CMYK
RGB Variations
Color information
#BA9C9B (or 0xBA9C9B) is known color: Dusty Grey. HEX triplet: BA, 9C and 9B. RGB value is (186,156,155). Sum of RGB (Red+Green+Blue) = 186+156+155=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C9B is #456364. Grayscale: #A4A4A4. Windows color (decimal): -4547429 or 10198202. OLE color: 10198202.
HSL color Cylindrical-coordinate representation of color #BA9C9B: hue angle of 1.94º degrees, saturation: 0.18, 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 #BA9C9B is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 155 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.27 |
| HSL | 1.94º | 0.18% | 0.67% | - |
| HSV(B) | 1.94º | 0.17% | 0.73% | - |
| XYZ | 38.05 | 36.58 | 36.07 | - |
| YUV | 164.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 155 | 0 | 0.16 | 0.17 | 0.27 | 1.94 | 0.18 | 0.67 |
| Hex | BA | 9C | 9B | 0 | 10 | 11 | 1B | 2 | 12 | 43 |
| Octal | 272 | 234 | 233 | 0 | 20 | 21 | 33 | 2 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10011011 | 0 | 10000 | 10001 | 11011 | 10 | 10010 | 1000011 |
Color Harmonies of #BA9C9B
Complementary color
Monochromatic Colors of #BA9C9B
Black with #BA9C9B
Text Example
Text Example
White with #BA9C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C9B; }
p { color: rgb(186,156,155); }
H1.HeaderClassName
{
color: #BA9C9B;
}
.AnyTagClassName
{
color: #BA9C9B;
}
</style>
background-color css
<style>
a { background-color: #BA9C9B; }
a { background-color: rgb(186,156,155); }
div.DivClassName
{
background-color: #BA9C9B;
}
.BgClassName
{
background-color: #BA9C9B;
}
</style>
border-color css
<style>
span { border-color: #BA9C9B; }
span { border-color: rgb(186,156,155); }
td.TdClassName
{
border-color: #BA9C9B;
}
.TagClassName
{
border-color: #BA9C9B;
}
</style>