Shades of Dusty Grey #B49D9A
Tints of Dusty Grey #B49D9A
RGB
CMYK
RGB Variations
Color information
#B49D9A (or 0xB49D9A) is known color: Dusty Grey. HEX triplet: B4, 9D and 9A. RGB value is (180,157,154). Sum of RGB (Red+Green+Blue) = 180+157+154=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D9A is #4B6265. Grayscale: #A3A3A3. Windows color (decimal): -4940390 or 10132916. OLE color: 10132916.
HSL color Cylindrical-coordinate representation of color #B49D9A: hue angle of 6.92º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49D9A is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 157 | 154 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.29 |
| HSL | 6.92º | 0.15% | 0.65% | - |
| HSV(B) | 6.92º | 0.14% | 0.71% | - |
| XYZ | 36.71 | 36.15 | 35.61 | - |
| YUV | 163.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 154 | 0 | 0.13 | 0.14 | 0.29 | 6.92 | 0.15 | 0.65 |
| Hex | B4 | 9D | 9A | 0 | D | E | 1D | 7 | F | 41 |
| Octal | 264 | 235 | 232 | 0 | 15 | 16 | 35 | 7 | 17 | 101 |
| Binary | 10110100 | 10011101 | 10011010 | 0 | 1101 | 1110 | 11101 | 111 | 1111 | 1000001 |
Color Harmonies of #B49D9A
Complementary color
Monochromatic Colors of #B49D9A
Black with #B49D9A
Text Example
Text Example
White with #B49D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49D9A; }
p { color: rgb(180,157,154); }
H1.HeaderClassName
{
color: #B49D9A;
}
.AnyTagClassName
{
color: #B49D9A;
}
</style>
background-color css
<style>
a { background-color: #B49D9A; }
a { background-color: rgb(180,157,154); }
div.DivClassName
{
background-color: #B49D9A;
}
.BgClassName
{
background-color: #B49D9A;
}
</style>
border-color css
<style>
span { border-color: #B49D9A; }
span { border-color: rgb(180,157,154); }
td.TdClassName
{
border-color: #B49D9A;
}
.TagClassName
{
border-color: #B49D9A;
}
</style>