Shades of Dusty Grey #B49898
Tints of Dusty Grey #B49898
RGB
CMYK
RGB Variations
Color information
#B49898 (or 0xB49898) is known color: Dusty Grey. HEX triplet: B4, 98 and 98. RGB value is (180,152,152). Sum of RGB (Red+Green+Blue) = 180+152+152=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 180 - color contains mainly: red. Hex color #B49898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49898 is #4B6767. Grayscale: #A0A0A0. Windows color (decimal): -4941672 or 10000564. OLE color: 10000564.
HSL color Cylindrical-coordinate representation of color #B49898: hue angle of 0º 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 #B49898 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 152 | 152 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.29 |
| HSL | 0º | 0.16% | 0.65% | - |
| HSV(B) | 0º | 0.16% | 0.71% | - |
| XYZ | 35.72 | 34.43 | 34.47 | - |
| YUV | 160.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 152 | 152 | 0 | 0.16 | 0.16 | 0.29 | 0 | 0.16 | 0.65 |
| Hex | B4 | 98 | 98 | 0 | 10 | 10 | 1D | 0 | 10 | 41 |
| Octal | 264 | 230 | 230 | 0 | 20 | 20 | 35 | 0 | 20 | 101 |
| Binary | 10110100 | 10011000 | 10011000 | 0 | 10000 | 10000 | 11101 | 0 | 10000 | 1000001 |
Color Harmonies of #B49898
Complementary color
Monochromatic Colors of #B49898
Black with #B49898
Text Example
Text Example
White with #B49898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49898; }
p { color: rgb(180,152,152); }
H1.HeaderClassName
{
color: #B49898;
}
.AnyTagClassName
{
color: #B49898;
}
</style>
background-color css
<style>
a { background-color: #B49898; }
a { background-color: rgb(180,152,152); }
div.DivClassName
{
background-color: #B49898;
}
.BgClassName
{
background-color: #B49898;
}
</style>
border-color css
<style>
span { border-color: #B49898; }
span { border-color: rgb(180,152,152); }
td.TdClassName
{
border-color: #B49898;
}
.TagClassName
{
border-color: #B49898;
}
</style>