Shades of Dusty Grey #BA9C9C
Tints of Dusty Grey #BA9C9C
RGB
CMYK
RGB Variations
Color information
#BA9C9C (or 0xBA9C9C) is known color: Dusty Grey. HEX triplet: BA, 9C and 9C. RGB value is (186,156,156). Sum of RGB (Red+Green+Blue) = 186+156+156=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C9C is #456363. Grayscale: #A4A4A4. Windows color (decimal): -4547428 or 10263738. OLE color: 10263738.
HSL color Cylindrical-coordinate representation of color #BA9C9C: hue angle of 0º 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 #BA9C9C is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 156 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.27 |
| HSL | 0º | 0.18% | 0.67% | - |
| HSV(B) | 0º | 0.16% | 0.73% | - |
| XYZ | 38.14 | 36.62 | 36.51 | - |
| YUV | 164.97 | 122.94 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 156 | 0 | 0.16 | 0.16 | 0.27 | 0 | 0.18 | 0.67 |
| Hex | BA | 9C | 9C | 0 | 10 | 10 | 1B | 0 | 12 | 43 |
| Octal | 272 | 234 | 234 | 0 | 20 | 20 | 33 | 0 | 22 | 103 |
| Binary | 10111010 | 10011100 | 10011100 | 0 | 10000 | 10000 | 11011 | 0 | 10010 | 1000011 |
Color Harmonies of #BA9C9C
Complementary color
Monochromatic Colors of #BA9C9C
Black with #BA9C9C
Text Example
Text Example
White with #BA9C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C9C; }
p { color: rgb(186,156,156); }
H1.HeaderClassName
{
color: #BA9C9C;
}
.AnyTagClassName
{
color: #BA9C9C;
}
</style>
background-color css
<style>
a { background-color: #BA9C9C; }
a { background-color: rgb(186,156,156); }
div.DivClassName
{
background-color: #BA9C9C;
}
.BgClassName
{
background-color: #BA9C9C;
}
</style>
border-color css
<style>
span { border-color: #BA9C9C; }
span { border-color: rgb(186,156,156); }
td.TdClassName
{
border-color: #BA9C9C;
}
.TagClassName
{
border-color: #BA9C9C;
}
</style>