Shades of Dusty Grey #B49998
Tints of Dusty Grey #B49998
RGB
CMYK
RGB Variations
Color information
#B49998 (or 0xB49998) is known color: Dusty Grey. HEX triplet: B4, 99 and 98. RGB value is (180,153,152). Sum of RGB (Red+Green+Blue) = 180+153+152=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B49998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49998 is #4B6667. Grayscale: #A0A0A0. Windows color (decimal): -4941416 or 10000820. OLE color: 10000820.
HSL color Cylindrical-coordinate representation of color #B49998: hue angle of 2.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B49998 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 152 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.29 |
| HSL | 2.14º | 0.16% | 0.65% | - |
| HSV(B) | 2.14º | 0.16% | 0.71% | - |
| XYZ | 35.88 | 34.75 | 34.52 | - |
| YUV | 160.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 152 | 0 | 0.15 | 0.16 | 0.29 | 2.14 | 0.16 | 0.65 |
| Hex | B4 | 99 | 98 | 0 | F | 10 | 1D | 2 | 10 | 41 |
| Octal | 264 | 231 | 230 | 0 | 17 | 20 | 35 | 2 | 20 | 101 |
| Binary | 10110100 | 10011001 | 10011000 | 0 | 1111 | 10000 | 11101 | 10 | 10000 | 1000001 |
Color Harmonies of #B49998
Complementary color
Monochromatic Colors of #B49998
Black with #B49998
Text Example
Text Example
White with #B49998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49998; }
p { color: rgb(180,153,152); }
H1.HeaderClassName
{
color: #B49998;
}
.AnyTagClassName
{
color: #B49998;
}
</style>
background-color css
<style>
a { background-color: #B49998; }
a { background-color: rgb(180,153,152); }
div.DivClassName
{
background-color: #B49998;
}
.BgClassName
{
background-color: #B49998;
}
</style>
border-color css
<style>
span { border-color: #B49998; }
span { border-color: rgb(180,153,152); }
td.TdClassName
{
border-color: #B49998;
}
.TagClassName
{
border-color: #B49998;
}
</style>