Shades of Dusty Grey #BA9F9F
Tints of Dusty Grey #BA9F9F
RGB
CMYK
RGB Variations
Color information
#BA9F9F (or 0xBA9F9F) is known color: Dusty Grey. HEX triplet: BA, 9F and 9F. RGB value is (186,159,159). Sum of RGB (Red+Green+Blue) = 186+159+159=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F9F is #456060. Grayscale: #A7A7A7. Windows color (decimal): -4546657 or 10461114. OLE color: 10461114.
HSL color Cylindrical-coordinate representation of color #BA9F9F: hue angle of 0º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BA9F9F is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
RGB | 186 | 159 | 159 | - |
CMYK | 0 | 0.15 | 0.15 | 0.27 |
HSL | 0º | 0.16% | 0.68% | - |
HSV(B) | 0º | 0.15% | 0.73% | - |
XYZ | 38.91 | 37.74 | 38.03 | - |
YUV | 167.07 | 123.45 | 141.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 159 | 159 | 0 | 0.15 | 0.15 | 0.27 | 0 | 0.16 | 0.68 |
Hex | BA | 9F | 9F | 0 | F | F | 1B | 0 | 10 | 44 |
Octal | 272 | 237 | 237 | 0 | 17 | 17 | 33 | 0 | 20 | 104 |
Binary | 10111010 | 10011111 | 10011111 | 0 | 1111 | 1111 | 11011 | 0 | 10000 | 1000100 |
Color Harmonies of #BA9F9F
Complementary color
Monochromatic Colors of #BA9F9F
Black with #BA9F9F
Text Example
Text Example
White with #BA9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F9F; }
p { color: rgb(186,159,159); }
H1.HeaderClassName
{
color: #BA9F9F;
}
.AnyTagClassName
{
color: #BA9F9F;
}
</style>
background-color css
<style>
a { background-color: #BA9F9F; }
a { background-color: rgb(186,159,159); }
div.DivClassName
{
background-color: #BA9F9F;
}
.BgClassName
{
background-color: #BA9F9F;
}
</style>
border-color css
<style>
span { border-color: #BA9F9F; }
span { border-color: rgb(186,159,159); }
td.TdClassName
{
border-color: #BA9F9F;
}
.TagClassName
{
border-color: #BA9F9F;
}
</style>