Shades of Dusty Grey #B0A09F
Tints of Dusty Grey #B0A09F
RGB
CMYK
RGB Variations
Color information
#B0A09F (or 0xB0A09F) is known color: Dusty Grey. HEX triplet: B0, A0 and 9F. RGB value is (176,160,159). Sum of RGB (Red+Green+Blue) = 176+160+159=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A09F is #4F5F60. Grayscale: #A4A4A4. Windows color (decimal): -5201761 or 10461360. OLE color: 10461360.
HSL color Cylindrical-coordinate representation of color #B0A09F: hue angle of 3.53º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A09F is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 160 | 159 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.31 |
| HSL | 3.53º | 0.1% | 0.66% | - |
| HSV(B) | 3.53º | 0.1% | 0.69% | - |
| XYZ | 36.73 | 36.87 | 37.98 | - |
| YUV | 164.67 | 124.8 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 159 | 0 | 0.09 | 0.10 | 0.31 | 3.53 | 0.1 | 0.66 |
| Hex | B0 | A0 | 9F | 0 | 9 | A | 1F | 4 | A | 42 |
| Octal | 260 | 240 | 237 | 0 | 11 | 12 | 37 | 4 | 12 | 102 |
| Binary | 10110000 | 10100000 | 10011111 | 0 | 1001 | 1010 | 11111 | 100 | 1010 | 1000010 |
Color Harmonies of #B0A09F
Complementary color
Monochromatic Colors of #B0A09F
Black with #B0A09F
Text Example
Text Example
White with #B0A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A09F; }
p { color: rgb(176,160,159); }
H1.HeaderClassName
{
color: #B0A09F;
}
.AnyTagClassName
{
color: #B0A09F;
}
</style>
background-color css
<style>
a { background-color: #B0A09F; }
a { background-color: rgb(176,160,159); }
div.DivClassName
{
background-color: #B0A09F;
}
.BgClassName
{
background-color: #B0A09F;
}
</style>
border-color css
<style>
span { border-color: #B0A09F; }
span { border-color: rgb(176,160,159); }
td.TdClassName
{
border-color: #B0A09F;
}
.TagClassName
{
border-color: #B0A09F;
}
</style>