Shades of Dusty Grey #B49C9B
Tints of Dusty Grey #B49C9B
RGB
CMYK
RGB Variations
Color information
#B49C9B (or 0xB49C9B) is known color: Dusty Grey. HEX triplet: B4, 9C and 9B. RGB value is (180,156,155). Sum of RGB (Red+Green+Blue) = 180+156+155=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C9B is #4B6364. Grayscale: #A3A3A3. Windows color (decimal): -4940645 or 10198196. OLE color: 10198196.
HSL color Cylindrical-coordinate representation of color #B49C9B: hue angle of 2.4º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49C9B is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 156 | 155 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.29 |
| HSL | 2.4º | 0.14% | 0.66% | - |
| HSV(B) | 2.4º | 0.14% | 0.71% | - |
| XYZ | 36.63 | 35.85 | 36 | - |
| YUV | 163.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 156 | 155 | 0 | 0.13 | 0.14 | 0.29 | 2.4 | 0.14 | 0.66 |
| Hex | B4 | 9C | 9B | 0 | D | E | 1D | 2 | E | 42 |
| Octal | 264 | 234 | 233 | 0 | 15 | 16 | 35 | 2 | 16 | 102 |
| Binary | 10110100 | 10011100 | 10011011 | 0 | 1101 | 1110 | 11101 | 10 | 1110 | 1000010 |
Color Harmonies of #B49C9B
Complementary color
Monochromatic Colors of #B49C9B
Black with #B49C9B
Text Example
Text Example
White with #B49C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49C9B; }
p { color: rgb(180,156,155); }
H1.HeaderClassName
{
color: #B49C9B;
}
.AnyTagClassName
{
color: #B49C9B;
}
</style>
background-color css
<style>
a { background-color: #B49C9B; }
a { background-color: rgb(180,156,155); }
div.DivClassName
{
background-color: #B49C9B;
}
.BgClassName
{
background-color: #B49C9B;
}
</style>
border-color css
<style>
span { border-color: #B49C9B; }
span { border-color: rgb(180,156,155); }
td.TdClassName
{
border-color: #B49C9B;
}
.TagClassName
{
border-color: #B49C9B;
}
</style>