Shades of Dusty Grey #B59C99
Tints of Dusty Grey #B59C99
RGB
CMYK
RGB Variations
Color information
#B59C99 (or 0xB59C99) is known color: Dusty Grey. HEX triplet: B5, 9C and 99. RGB value is (181,156,153). Sum of RGB (Red+Green+Blue) = 181+156+153=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C99 is #4A6366. Grayscale: #A3A3A3. Windows color (decimal): -4875111 or 10067125. OLE color: 10067125.
HSL color Cylindrical-coordinate representation of color #B59C99: hue angle of 6.43º 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 #B59C99 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 156 | 153 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.29 |
| HSL | 6.43º | 0.16% | 0.65% | - |
| HSV(B) | 6.43º | 0.15% | 0.71% | - |
| XYZ | 36.69 | 35.9 | 35.13 | - |
| YUV | 163.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 153 | 0 | 0.14 | 0.15 | 0.29 | 6.43 | 0.16 | 0.65 |
| Hex | B5 | 9C | 99 | 0 | E | F | 1D | 6 | 10 | 41 |
| Octal | 265 | 234 | 231 | 0 | 16 | 17 | 35 | 6 | 20 | 101 |
| Binary | 10110101 | 10011100 | 10011001 | 0 | 1110 | 1111 | 11101 | 110 | 10000 | 1000001 |
Color Harmonies of #B59C99
Complementary color
Monochromatic Colors of #B59C99
Black with #B59C99
Text Example
Text Example
White with #B59C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59C99; }
p { color: rgb(181,156,153); }
H1.HeaderClassName
{
color: #B59C99;
}
.AnyTagClassName
{
color: #B59C99;
}
</style>
background-color css
<style>
a { background-color: #B59C99; }
a { background-color: rgb(181,156,153); }
div.DivClassName
{
background-color: #B59C99;
}
.BgClassName
{
background-color: #B59C99;
}
</style>
border-color css
<style>
span { border-color: #B59C99; }
span { border-color: rgb(181,156,153); }
td.TdClassName
{
border-color: #B59C99;
}
.TagClassName
{
border-color: #B59C99;
}
</style>