Shades of Dusty Grey #B09F9E
Tints of Dusty Grey #B09F9E
RGB
CMYK
RGB Variations
Color information
#B09F9E (or 0xB09F9E) is known color: Dusty Grey. HEX triplet: B0, 9F and 9E. RGB value is (176,159,158). Sum of RGB (Red+Green+Blue) = 176+159+158=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F9E is #4F6061. Grayscale: #A3A3A3. Windows color (decimal): -5202018 or 10395568. OLE color: 10395568.
HSL color Cylindrical-coordinate representation of color #B09F9E: hue angle of 3.33º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B09F9E is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 158 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.31 |
| HSL | 3.33º | 0.1% | 0.65% | - |
| HSV(B) | 3.33º | 0.1% | 0.69% | - |
| XYZ | 36.47 | 36.5 | 37.47 | - |
| YUV | 163.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 158 | 0 | 0.10 | 0.10 | 0.31 | 3.33 | 0.1 | 0.65 |
| Hex | B0 | 9F | 9E | 0 | A | A | 1F | 3 | A | 41 |
| Octal | 260 | 237 | 236 | 0 | 12 | 12 | 37 | 3 | 12 | 101 |
| Binary | 10110000 | 10011111 | 10011110 | 0 | 1010 | 1010 | 11111 | 11 | 1010 | 1000001 |
Color Harmonies of #B09F9E
Complementary color
Monochromatic Colors of #B09F9E
Black with #B09F9E
Text Example
Text Example
White with #B09F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F9E; }
p { color: rgb(176,159,158); }
H1.HeaderClassName
{
color: #B09F9E;
}
.AnyTagClassName
{
color: #B09F9E;
}
</style>
background-color css
<style>
a { background-color: #B09F9E; }
a { background-color: rgb(176,159,158); }
div.DivClassName
{
background-color: #B09F9E;
}
.BgClassName
{
background-color: #B09F9E;
}
</style>
border-color css
<style>
span { border-color: #B09F9E; }
span { border-color: rgb(176,159,158); }
td.TdClassName
{
border-color: #B09F9E;
}
.TagClassName
{
border-color: #B09F9E;
}
</style>