Shades of Dusty Grey #B59999
Tints of Dusty Grey #B59999
RGB
CMYK
RGB Variations
Color information
#B59999 (or 0xB59999) is known color: Dusty Grey. HEX triplet: B5, 99 and 99. RGB value is (181,153,153). Sum of RGB (Red+Green+Blue) = 181+153+153=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 181 - color contains mainly: red. Hex color #B59999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59999 is #4A6666. Grayscale: #A1A1A1. Windows color (decimal): -4875879 or 10066357. OLE color: 10066357.
HSL color Cylindrical-coordinate representation of color #B59999: hue angle of 0º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B59999 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 153 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.29 |
| HSL | 0º | 0.16% | 0.65% | - |
| HSV(B) | 0º | 0.15% | 0.71% | - |
| XYZ | 36.2 | 34.91 | 34.97 | - |
| YUV | 161.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 153 | 0 | 0.15 | 0.15 | 0.29 | 0 | 0.16 | 0.65 |
| Hex | B5 | 99 | 99 | 0 | F | F | 1D | 0 | 10 | 41 |
| Octal | 265 | 231 | 231 | 0 | 17 | 17 | 35 | 0 | 20 | 101 |
| Binary | 10110101 | 10011001 | 10011001 | 0 | 1111 | 1111 | 11101 | 0 | 10000 | 1000001 |
Color Harmonies of #B59999
Complementary color
Monochromatic Colors of #B59999
Black with #B59999
Text Example
Text Example
White with #B59999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59999; }
p { color: rgb(181,153,153); }
H1.HeaderClassName
{
color: #B59999;
}
.AnyTagClassName
{
color: #B59999;
}
</style>
background-color css
<style>
a { background-color: #B59999; }
a { background-color: rgb(181,153,153); }
div.DivClassName
{
background-color: #B59999;
}
.BgClassName
{
background-color: #B59999;
}
</style>
border-color css
<style>
span { border-color: #B59999; }
span { border-color: rgb(181,153,153); }
td.TdClassName
{
border-color: #B59999;
}
.TagClassName
{
border-color: #B59999;
}
</style>