Shades of Dusty Grey #B59F9D
Tints of Dusty Grey #B59F9D
RGB
CMYK
RGB Variations
Color information
#B59F9D (or 0xB59F9D) is known color: Dusty Grey. HEX triplet: B5, 9F and 9D. RGB value is (181,159,157). Sum of RGB (Red+Green+Blue) = 181+159+157=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 181 - color contains mainly: red. Hex color #B59F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59F9D is #4A6062. Grayscale: #A5A5A5. Windows color (decimal): -4874339 or 10330037. OLE color: 10330037.
HSL color Cylindrical-coordinate representation of color #B59F9D: hue angle of 5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B59F9D is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 159 | 157 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.29 |
| HSL | 5º | 0.14% | 0.66% | - |
| HSV(B) | 5º | 0.13% | 0.71% | - |
| XYZ | 37.54 | 37.05 | 37.07 | - |
| YUV | 165.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 157 | 0 | 0.12 | 0.13 | 0.29 | 5 | 0.14 | 0.66 |
| Hex | B5 | 9F | 9D | 0 | C | D | 1D | 5 | E | 42 |
| Octal | 265 | 237 | 235 | 0 | 14 | 15 | 35 | 5 | 16 | 102 |
| Binary | 10110101 | 10011111 | 10011101 | 0 | 1100 | 1101 | 11101 | 101 | 1110 | 1000010 |
Color Harmonies of #B59F9D
Complementary color
Monochromatic Colors of #B59F9D
Black with #B59F9D
Text Example
Text Example
White with #B59F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59F9D; }
p { color: rgb(181,159,157); }
H1.HeaderClassName
{
color: #B59F9D;
}
.AnyTagClassName
{
color: #B59F9D;
}
</style>
background-color css
<style>
a { background-color: #B59F9D; }
a { background-color: rgb(181,159,157); }
div.DivClassName
{
background-color: #B59F9D;
}
.BgClassName
{
background-color: #B59F9D;
}
</style>
border-color css
<style>
span { border-color: #B59F9D; }
span { border-color: rgb(181,159,157); }
td.TdClassName
{
border-color: #B59F9D;
}
.TagClassName
{
border-color: #B59F9D;
}
</style>