Shades of Dusty Grey #B49C99
Tints of Dusty Grey #B49C99
RGB
CMYK
RGB Variations
Color information
#B49C99 (or 0xB49C99) is known color: Dusty Grey. HEX triplet: B4, 9C and 99. RGB value is (180,156,153). Sum of RGB (Red+Green+Blue) = 180+156+153=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C99 is #4B6366. Grayscale: #A2A2A2. Windows color (decimal): -4940647 or 10067124. OLE color: 10067124.
HSL color Cylindrical-coordinate representation of color #B49C99: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B49C99 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 153 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.29 |
| HSL | 6.67º | 0.15% | 0.65% | - |
| HSV(B) | 6.67º | 0.15% | 0.71% | - |
| XYZ | 36.46 | 35.78 | 35.12 | - |
| YUV | 162.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 153 | 0 | 0.13 | 0.15 | 0.29 | 6.67 | 0.15 | 0.65 |
| Hex | B4 | 9C | 99 | 0 | D | F | 1D | 7 | F | 41 |
| Octal | 264 | 234 | 231 | 0 | 15 | 17 | 35 | 7 | 17 | 101 |
| Binary | 10110100 | 10011100 | 10011001 | 0 | 1101 | 1111 | 11101 | 111 | 1111 | 1000001 |
Color Harmonies of #B49C99
Complementary color
Monochromatic Colors of #B49C99
Black with #B49C99
Text Example
Text Example
White with #B49C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C99; }
p { color: rgb(180,156,153); }
H1.HeaderClassName
{
color: #B49C99;
}
.AnyTagClassName
{
color: #B49C99;
}
</style>
background-color css
<style>
a { background-color: #B49C99; }
a { background-color: rgb(180,156,153); }
div.DivClassName
{
background-color: #B49C99;
}
.BgClassName
{
background-color: #B49C99;
}
</style>
border-color css
<style>
span { border-color: #B49C99; }
span { border-color: rgb(180,156,153); }
td.TdClassName
{
border-color: #B49C99;
}
.TagClassName
{
border-color: #B49C99;
}
</style>