Shades of Dusty Grey #B49B9A
Tints of Dusty Grey #B49B9A
RGB
CMYK
RGB Variations
Color information
#B49B9A (or 0xB49B9A) is known color: Dusty Grey. HEX triplet: B4, 9B and 9A. RGB value is (180,155,154). Sum of RGB (Red+Green+Blue) = 180+155+154=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B9A is #4B6465. Grayscale: #A2A2A2. Windows color (decimal): -4940902 or 10132404. OLE color: 10132404.
HSL color Cylindrical-coordinate representation of color #B49B9A: hue angle of 2.31º 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 #B49B9A is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 154 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.29 |
| HSL | 2.31º | 0.15% | 0.65% | - |
| HSV(B) | 2.31º | 0.14% | 0.71% | - |
| XYZ | 36.38 | 35.48 | 35.5 | - |
| YUV | 162.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 154 | 0 | 0.14 | 0.14 | 0.29 | 2.31 | 0.15 | 0.65 |
| Hex | B4 | 9B | 9A | 0 | E | E | 1D | 2 | F | 41 |
| Octal | 264 | 233 | 232 | 0 | 16 | 16 | 35 | 2 | 17 | 101 |
| Binary | 10110100 | 10011011 | 10011010 | 0 | 1110 | 1110 | 11101 | 10 | 1111 | 1000001 |
Color Harmonies of #B49B9A
Complementary color
Monochromatic Colors of #B49B9A
Black with #B49B9A
Text Example
Text Example
White with #B49B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49B9A; }
p { color: rgb(180,155,154); }
H1.HeaderClassName
{
color: #B49B9A;
}
.AnyTagClassName
{
color: #B49B9A;
}
</style>
background-color css
<style>
a { background-color: #B49B9A; }
a { background-color: rgb(180,155,154); }
div.DivClassName
{
background-color: #B49B9A;
}
.BgClassName
{
background-color: #B49B9A;
}
</style>
border-color css
<style>
span { border-color: #B49B9A; }
span { border-color: rgb(180,155,154); }
td.TdClassName
{
border-color: #B49B9A;
}
.TagClassName
{
border-color: #B49B9A;
}
</style>