Shades of Dusty Grey #B09494
Tints of Dusty Grey #B09494
RGB
CMYK
RGB Variations
Color information
#B09494 (or 0xB09494) is known color: Dusty Grey. HEX triplet: B0, 94 and 94. RGB value is (176,148,148). Sum of RGB (Red+Green+Blue) = 176+148+148=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B09494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09494 is #4F6B6B. Grayscale: #9C9C9C. Windows color (decimal): -5204844 or 9737392. OLE color: 9737392.
HSL color Cylindrical-coordinate representation of color #B09494: hue angle of 0º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09494 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 148 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.31 |
| HSL | 0º | 0.15% | 0.64% | - |
| HSV(B) | 0º | 0.16% | 0.69% | - |
| XYZ | 33.84 | 32.55 | 32.52 | - |
| YUV | 156.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 148 | 0 | 0.16 | 0.16 | 0.31 | 0 | 0.15 | 0.64 |
| Hex | B0 | 94 | 94 | 0 | 10 | 10 | 1F | 0 | F | 40 |
| Octal | 260 | 224 | 224 | 0 | 20 | 20 | 37 | 0 | 17 | 100 |
| Binary | 10110000 | 10010100 | 10010100 | 0 | 10000 | 10000 | 11111 | 0 | 1111 | 1000000 |
Color Harmonies of #B09494
Complementary color
Monochromatic Colors of #B09494
Black with #B09494
Text Example
Text Example
White with #B09494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09494; }
p { color: rgb(176,148,148); }
H1.HeaderClassName
{
color: #B09494;
}
.AnyTagClassName
{
color: #B09494;
}
</style>
background-color css
<style>
a { background-color: #B09494; }
a { background-color: rgb(176,148,148); }
div.DivClassName
{
background-color: #B09494;
}
.BgClassName
{
background-color: #B09494;
}
</style>
border-color css
<style>
span { border-color: #B09494; }
span { border-color: rgb(176,148,148); }
td.TdClassName
{
border-color: #B09494;
}
.TagClassName
{
border-color: #B09494;
}
</style>