Shades of Dusty Grey #B59D9A
Tints of Dusty Grey #B59D9A
RGB
CMYK
RGB Variations
Color information
#B59D9A (or 0xB59D9A) is known color: Dusty Grey. HEX triplet: B5, 9D and 9A. RGB value is (181,157,154). Sum of RGB (Red+Green+Blue) = 181+157+154=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D9A is #4A6265. Grayscale: #A3A3A3. Windows color (decimal): -4874854 or 10132917. OLE color: 10132917.
HSL color Cylindrical-coordinate representation of color #B59D9A: hue angle of 6.67º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59D9A is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 154 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.29 |
| HSL | 6.67º | 0.15% | 0.66% | - |
| HSV(B) | 6.67º | 0.15% | 0.71% | - |
| XYZ | 36.95 | 36.27 | 35.63 | - |
| YUV | 163.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 154 | 0 | 0.13 | 0.15 | 0.29 | 6.67 | 0.15 | 0.66 |
| Hex | B5 | 9D | 9A | 0 | D | F | 1D | 7 | F | 42 |
| Octal | 265 | 235 | 232 | 0 | 15 | 17 | 35 | 7 | 17 | 102 |
| Binary | 10110101 | 10011101 | 10011010 | 0 | 1101 | 1111 | 11101 | 111 | 1111 | 1000010 |
Color Harmonies of #B59D9A
Complementary color
Monochromatic Colors of #B59D9A
Black with #B59D9A
Text Example
Text Example
White with #B59D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D9A; }
p { color: rgb(181,157,154); }
H1.HeaderClassName
{
color: #B59D9A;
}
.AnyTagClassName
{
color: #B59D9A;
}
</style>
background-color css
<style>
a { background-color: #B59D9A; }
a { background-color: rgb(181,157,154); }
div.DivClassName
{
background-color: #B59D9A;
}
.BgClassName
{
background-color: #B59D9A;
}
</style>
border-color css
<style>
span { border-color: #B59D9A; }
span { border-color: rgb(181,157,154); }
td.TdClassName
{
border-color: #B59D9A;
}
.TagClassName
{
border-color: #B59D9A;
}
</style>