Shades of Dusty Grey #B09F9D
Tints of Dusty Grey #B09F9D
RGB
CMYK
RGB Variations
Color information
#B09F9D (or 0xB09F9D) is known color: Dusty Grey. HEX triplet: B0, 9F and 9D. RGB value is (176,159,157). Sum of RGB (Red+Green+Blue) = 176+159+157=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09F9D is #4F6062. Grayscale: #A3A3A3. Windows color (decimal): -5202019 or 10330032. OLE color: 10330032.
HSL color Cylindrical-coordinate representation of color #B09F9D: hue angle of 6.32º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09F9D is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 157 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.31 |
| HSL | 6.32º | 0.11% | 0.65% | - |
| HSV(B) | 6.32º | 0.11% | 0.69% | - |
| XYZ | 36.39 | 36.46 | 37.02 | - |
| YUV | 163.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 157 | 0 | 0.10 | 0.11 | 0.31 | 6.32 | 0.11 | 0.65 |
| Hex | B0 | 9F | 9D | 0 | A | B | 1F | 6 | B | 41 |
| Octal | 260 | 237 | 235 | 0 | 12 | 13 | 37 | 6 | 13 | 101 |
| Binary | 10110000 | 10011111 | 10011101 | 0 | 1010 | 1011 | 11111 | 110 | 1011 | 1000001 |
Color Harmonies of #B09F9D
Complementary color
Monochromatic Colors of #B09F9D
Black with #B09F9D
Text Example
Text Example
White with #B09F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F9D; }
p { color: rgb(176,159,157); }
H1.HeaderClassName
{
color: #B09F9D;
}
.AnyTagClassName
{
color: #B09F9D;
}
</style>
background-color css
<style>
a { background-color: #B09F9D; }
a { background-color: rgb(176,159,157); }
div.DivClassName
{
background-color: #B09F9D;
}
.BgClassName
{
background-color: #B09F9D;
}
</style>
border-color css
<style>
span { border-color: #B09F9D; }
span { border-color: rgb(176,159,157); }
td.TdClassName
{
border-color: #B09F9D;
}
.TagClassName
{
border-color: #B09F9D;
}
</style>