Shades of Dusty Grey #B59A99
Tints of Dusty Grey #B59A99
RGB
CMYK
RGB Variations
Color information
#B59A99 (or 0xB59A99) is known color: Dusty Grey. HEX triplet: B5, 9A and 99. RGB value is (181,154,153). Sum of RGB (Red+Green+Blue) = 181+154+153=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59A99 is #4A6566. Grayscale: #A1A1A1. Windows color (decimal): -4875623 or 10066613. OLE color: 10066613.
HSL color Cylindrical-coordinate representation of color #B59A99: hue angle of 2.14º 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 #B59A99 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 154 | 153 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.29 |
| HSL | 2.14º | 0.16% | 0.65% | - |
| HSV(B) | 2.14º | 0.15% | 0.71% | - |
| XYZ | 36.36 | 35.23 | 35.02 | - |
| YUV | 161.96 | 122.95 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 153 | 0 | 0.15 | 0.15 | 0.29 | 2.14 | 0.16 | 0.65 |
| Hex | B5 | 9A | 99 | 0 | F | F | 1D | 2 | 10 | 41 |
| Octal | 265 | 232 | 231 | 0 | 17 | 17 | 35 | 2 | 20 | 101 |
| Binary | 10110101 | 10011010 | 10011001 | 0 | 1111 | 1111 | 11101 | 10 | 10000 | 1000001 |
Color Harmonies of #B59A99
Complementary color
Monochromatic Colors of #B59A99
Black with #B59A99
Text Example
Text Example
White with #B59A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59A99; }
p { color: rgb(181,154,153); }
H1.HeaderClassName
{
color: #B59A99;
}
.AnyTagClassName
{
color: #B59A99;
}
</style>
background-color css
<style>
a { background-color: #B59A99; }
a { background-color: rgb(181,154,153); }
div.DivClassName
{
background-color: #B59A99;
}
.BgClassName
{
background-color: #B59A99;
}
</style>
border-color css
<style>
span { border-color: #B59A99; }
span { border-color: rgb(181,154,153); }
td.TdClassName
{
border-color: #B59A99;
}
.TagClassName
{
border-color: #B59A99;
}
</style>