Shades of Dusty Grey #B59898
Tints of Dusty Grey #B59898
RGB
CMYK
RGB Variations
Color information
#B59898 (or 0xB59898) is known color: Dusty Grey. HEX triplet: B5, 98 and 98. RGB value is (181,152,152). Sum of RGB (Red+Green+Blue) = 181+152+152=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B59898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59898 is #4A6767. Grayscale: #A0A0A0. Windows color (decimal): -4876136 or 10000565. OLE color: 10000565.
HSL color Cylindrical-coordinate representation of color #B59898: 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.16%. Process color model (Four color, CMYK) of #B59898 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 152 | 152 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.29 |
| HSL | 0º | 0.16% | 0.65% | - |
| HSV(B) | 0º | 0.16% | 0.71% | - |
| XYZ | 35.95 | 34.55 | 34.48 | - |
| YUV | 160.67 | 123.11 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 152 | 0 | 0.16 | 0.16 | 0.29 | 0 | 0.16 | 0.65 |
| Hex | B5 | 98 | 98 | 0 | 10 | 10 | 1D | 0 | 10 | 41 |
| Octal | 265 | 230 | 230 | 0 | 20 | 20 | 35 | 0 | 20 | 101 |
| Binary | 10110101 | 10011000 | 10011000 | 0 | 10000 | 10000 | 11101 | 0 | 10000 | 1000001 |
Color Harmonies of #B59898
Complementary color
Monochromatic Colors of #B59898
Black with #B59898
Text Example
Text Example
White with #B59898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59898; }
p { color: rgb(181,152,152); }
H1.HeaderClassName
{
color: #B59898;
}
.AnyTagClassName
{
color: #B59898;
}
</style>
background-color css
<style>
a { background-color: #B59898; }
a { background-color: rgb(181,152,152); }
div.DivClassName
{
background-color: #B59898;
}
.BgClassName
{
background-color: #B59898;
}
</style>
border-color css
<style>
span { border-color: #B59898; }
span { border-color: rgb(181,152,152); }
td.TdClassName
{
border-color: #B59898;
}
.TagClassName
{
border-color: #B59898;
}
</style>