Shades of Dusty Grey #B5A19F
Tints of Dusty Grey #B5A19F
RGB
CMYK
RGB Variations
Color information
#B5A19F (or 0xB5A19F) is known color: Dusty Grey. HEX triplet: B5, A1 and 9F. RGB value is (181,161,159). Sum of RGB (Red+Green+Blue) = 181+161+159=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 161 (63.28% from 255 or 32.14% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A19F is #4A5E60. Grayscale: #A6A6A6. Windows color (decimal): -4873825 or 10461621. OLE color: 10461621.
HSL color Cylindrical-coordinate representation of color #B5A19F: hue angle of 5.45º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5A19F is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 159 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.29 |
| HSL | 5.45º | 0.13% | 0.67% | - |
| HSV(B) | 5.45º | 0.12% | 0.71% | - |
| XYZ | 38.06 | 37.82 | 38.09 | - |
| YUV | 166.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 159 | 0 | 0.11 | 0.12 | 0.29 | 5.45 | 0.13 | 0.67 |
| Hex | B5 | A1 | 9F | 0 | B | C | 1D | 5 | D | 43 |
| Octal | 265 | 241 | 237 | 0 | 13 | 14 | 35 | 5 | 15 | 103 |
| Binary | 10110101 | 10100001 | 10011111 | 0 | 1011 | 1100 | 11101 | 101 | 1101 | 1000011 |
Color Harmonies of #B5A19F
Complementary color
Monochromatic Colors of #B5A19F
Black with #B5A19F
Text Example
Text Example
White with #B5A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A19F; }
p { color: rgb(181,161,159); }
H1.HeaderClassName
{
color: #B5A19F;
}
.AnyTagClassName
{
color: #B5A19F;
}
</style>
background-color css
<style>
a { background-color: #B5A19F; }
a { background-color: rgb(181,161,159); }
div.DivClassName
{
background-color: #B5A19F;
}
.BgClassName
{
background-color: #B5A19F;
}
</style>
border-color css
<style>
span { border-color: #B5A19F; }
span { border-color: rgb(181,161,159); }
td.TdClassName
{
border-color: #B5A19F;
}
.TagClassName
{
border-color: #B5A19F;
}
</style>