Shades of Dusty Grey #BF9F9F
Tints of Dusty Grey #BF9F9F
RGB
CMYK
RGB Variations
Color information
#BF9F9F (or 0xBF9F9F) is known color: Dusty Grey. HEX triplet: BF, 9F and 9F. RGB value is (191,159,159). Sum of RGB (Red+Green+Blue) = 191+159+159=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F9F is #406060. Grayscale: #A8A8A8. Windows color (decimal): -4218977 or 10461119. OLE color: 10461119.
HSL color Cylindrical-coordinate representation of color #BF9F9F: hue angle of 0º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9F9F is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 159 | 159 | - |
CMYK | 0 | 0.17 | 0.17 | 0.25 |
HSL | 0º | 0.2% | 0.69% | - |
HSV(B) | 0º | 0.17% | 0.75% | - |
XYZ | 40.14 | 38.38 | 38.09 | - |
YUV | 168.57 | 122.6 | 144 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 159 | 159 | 0 | 0.17 | 0.17 | 0.25 | 0 | 0.2 | 0.69 |
Hex | BF | 9F | 9F | 0 | 11 | 11 | 19 | 0 | 14 | 45 |
Octal | 277 | 237 | 237 | 0 | 21 | 21 | 31 | 0 | 24 | 105 |
Binary | 10111111 | 10011111 | 10011111 | 0 | 10001 | 10001 | 11001 | 0 | 10100 | 1000101 |
Color Harmonies of #BF9F9F
Complementary color
Monochromatic Colors of #BF9F9F
Black with #BF9F9F
Text Example
Text Example
White with #BF9F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F9F; }
p { color: rgb(191,159,159); }
H1.HeaderClassName
{
color: #BF9F9F;
}
.AnyTagClassName
{
color: #BF9F9F;
}
</style>
background-color css
<style>
a { background-color: #BF9F9F; }
a { background-color: rgb(191,159,159); }
div.DivClassName
{
background-color: #BF9F9F;
}
.BgClassName
{
background-color: #BF9F9F;
}
</style>
border-color css
<style>
span { border-color: #BF9F9F; }
span { border-color: rgb(191,159,159); }
td.TdClassName
{
border-color: #BF9F9F;
}
.TagClassName
{
border-color: #BF9F9F;
}
</style>