Shades of Dusty Grey #B49997
Tints of Dusty Grey #B49997
RGB
CMYK
RGB Variations
Color information
#B49997 (or 0xB49997) is known color: Dusty Grey. HEX triplet: B4, 99 and 97. RGB value is (180,153,151). Sum of RGB (Red+Green+Blue) = 180+153+151=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B49997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49997 is #4B6668. Grayscale: #A0A0A0. Windows color (decimal): -4941417 or 9935284. OLE color: 9935284.
HSL color Cylindrical-coordinate representation of color #B49997: hue angle of 4.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 #B49997 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 153 | 151 | - |
| CMYK | 0 | 0.15 | 0.16 | 0.29 |
| HSL | 4.14º | 0.16% | 0.65% | - |
| HSV(B) | 4.14º | 0.16% | 0.71% | - |
| XYZ | 35.8 | 34.72 | 34.09 | - |
| YUV | 160.85 | 122.45 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 151 | 0 | 0.15 | 0.16 | 0.29 | 4.14 | 0.16 | 0.65 |
| Hex | B4 | 99 | 97 | 0 | F | 10 | 1D | 4 | 10 | 41 |
| Octal | 264 | 231 | 227 | 0 | 17 | 20 | 35 | 4 | 20 | 101 |
| Binary | 10110100 | 10011001 | 10010111 | 0 | 1111 | 10000 | 11101 | 100 | 10000 | 1000001 |
Color Harmonies of #B49997
Complementary color
Monochromatic Colors of #B49997
Black with #B49997
Text Example
Text Example
White with #B49997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49997; }
p { color: rgb(180,153,151); }
H1.HeaderClassName
{
color: #B49997;
}
.AnyTagClassName
{
color: #B49997;
}
</style>
background-color css
<style>
a { background-color: #B49997; }
a { background-color: rgb(180,153,151); }
div.DivClassName
{
background-color: #B49997;
}
.BgClassName
{
background-color: #B49997;
}
</style>
border-color css
<style>
span { border-color: #B49997; }
span { border-color: rgb(180,153,151); }
td.TdClassName
{
border-color: #B49997;
}
.TagClassName
{
border-color: #B49997;
}
</style>