Shades of Dusty Grey #B09998
Tints of Dusty Grey #B09998
RGB
CMYK
RGB Variations
Color information
#B09998 (or 0xB09998) is known color: Dusty Grey. HEX triplet: B0, 99 and 98. RGB value is (176,153,152). Sum of RGB (Red+Green+Blue) = 176+153+152=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B09998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09998 is #4F6667. Grayscale: #9F9F9F. Windows color (decimal): -5203560 or 10000816. OLE color: 10000816.
HSL color Cylindrical-coordinate representation of color #B09998: hue angle of 2.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B09998 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 153 | 152 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.31 |
| HSL | 2.5º | 0.13% | 0.64% | - |
| HSV(B) | 2.5º | 0.14% | 0.69% | - |
| XYZ | 34.96 | 34.28 | 34.48 | - |
| YUV | 159.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 152 | 0 | 0.13 | 0.14 | 0.31 | 2.5 | 0.13 | 0.64 |
| Hex | B0 | 99 | 98 | 0 | D | E | 1F | 2 | D | 40 |
| Octal | 260 | 231 | 230 | 0 | 15 | 16 | 37 | 2 | 15 | 100 |
| Binary | 10110000 | 10011001 | 10011000 | 0 | 1101 | 1110 | 11111 | 10 | 1101 | 1000000 |
Color Harmonies of #B09998
Complementary color
Monochromatic Colors of #B09998
Black with #B09998
Text Example
Text Example
White with #B09998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09998; }
p { color: rgb(176,153,152); }
H1.HeaderClassName
{
color: #B09998;
}
.AnyTagClassName
{
color: #B09998;
}
</style>
background-color css
<style>
a { background-color: #B09998; }
a { background-color: rgb(176,153,152); }
div.DivClassName
{
background-color: #B09998;
}
.BgClassName
{
background-color: #B09998;
}
</style>
border-color css
<style>
span { border-color: #B09998; }
span { border-color: rgb(176,153,152); }
td.TdClassName
{
border-color: #B09998;
}
.TagClassName
{
border-color: #B09998;
}
</style>