Shades of Dusty Grey #BF9F9E
Tints of Dusty Grey #BF9F9E
RGB
CMYK
RGB Variations
Color information
#BF9F9E (or 0xBF9F9E) is known color: Dusty Grey. HEX triplet: BF, 9F and 9E. RGB value is (191,159,158). Sum of RGB (Red+Green+Blue) = 191+159+158=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9F9E is #406061. Grayscale: #A8A8A8. Windows color (decimal): -4218978 or 10395583. OLE color: 10395583.
HSL color Cylindrical-coordinate representation of color #BF9F9E: hue angle of 1.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9F9E is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 159 | 158 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.25 |
| HSL | 1.82º | 0.2% | 0.68% | - |
| HSV(B) | 1.82º | 0.17% | 0.75% | - |
| XYZ | 40.06 | 38.34 | 37.64 | - |
| YUV | 168.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 158 | 0 | 0.17 | 0.17 | 0.25 | 1.82 | 0.2 | 0.68 |
| Hex | BF | 9F | 9E | 0 | 11 | 11 | 19 | 2 | 14 | 44 |
| Octal | 277 | 237 | 236 | 0 | 21 | 21 | 31 | 2 | 24 | 104 |
| Binary | 10111111 | 10011111 | 10011110 | 0 | 10001 | 10001 | 11001 | 10 | 10100 | 1000100 |
Color Harmonies of #BF9F9E
Complementary color
Monochromatic Colors of #BF9F9E
Black with #BF9F9E
Text Example
Text Example
White with #BF9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F9E; }
p { color: rgb(191,159,158); }
H1.HeaderClassName
{
color: #BF9F9E;
}
.AnyTagClassName
{
color: #BF9F9E;
}
</style>
background-color css
<style>
a { background-color: #BF9F9E; }
a { background-color: rgb(191,159,158); }
div.DivClassName
{
background-color: #BF9F9E;
}
.BgClassName
{
background-color: #BF9F9E;
}
</style>
border-color css
<style>
span { border-color: #BF9F9E; }
span { border-color: rgb(191,159,158); }
td.TdClassName
{
border-color: #BF9F9E;
}
.TagClassName
{
border-color: #BF9F9E;
}
</style>