Shades of Dusty Grey #BFA0A0
Tints of Dusty Grey #BFA0A0
RGB
CMYK
RGB Variations
Color information
#BFA0A0 (or 0xBFA0A0) is known color: Dusty Grey. HEX triplet: BF, A0 and A0. RGB value is (191,160,160). Sum of RGB (Red+Green+Blue) = 191+160+160=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA0A0 is #405F5F. Grayscale: #A9A9A9. Windows color (decimal): -4218720 or 10526911. OLE color: 10526911.
HSL color Cylindrical-coordinate representation of color #BFA0A0: hue angle of 0º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA0A0 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 160 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.25 |
| HSL | 0º | 0.19% | 0.69% | - |
| HSV(B) | 0º | 0.16% | 0.75% | - |
| XYZ | 40.4 | 38.76 | 38.61 | - |
| YUV | 169.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 160 | 0 | 0.16 | 0.16 | 0.25 | 0 | 0.19 | 0.69 |
| Hex | BF | A0 | A0 | 0 | 10 | 10 | 19 | 0 | 13 | 45 |
| Octal | 277 | 240 | 240 | 0 | 20 | 20 | 31 | 0 | 23 | 105 |
| Binary | 10111111 | 10100000 | 10100000 | 0 | 10000 | 10000 | 11001 | 0 | 10011 | 1000101 |
Color Harmonies of #BFA0A0
Complementary color
Monochromatic Colors of #BFA0A0
Black with #BFA0A0
Text Example
Text Example
White with #BFA0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA0A0; }
p { color: rgb(191,160,160); }
H1.HeaderClassName
{
color: #BFA0A0;
}
.AnyTagClassName
{
color: #BFA0A0;
}
</style>
background-color css
<style>
a { background-color: #BFA0A0; }
a { background-color: rgb(191,160,160); }
div.DivClassName
{
background-color: #BFA0A0;
}
.BgClassName
{
background-color: #BFA0A0;
}
</style>
border-color css
<style>
span { border-color: #BFA0A0; }
span { border-color: rgb(191,160,160); }
td.TdClassName
{
border-color: #BFA0A0;
}
.TagClassName
{
border-color: #BFA0A0;
}
</style>