Shades of Dusty Grey #B59D9D
Tints of Dusty Grey #B59D9D
RGB
CMYK
RGB Variations
Color information
#B59D9D (or 0xB59D9D) is known color: Dusty Grey. HEX triplet: B5, 9D and 9D. RGB value is (181,157,157). Sum of RGB (Red+Green+Blue) = 181+157+157=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B59D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59D9D is #4A6262. Grayscale: #A4A4A4. Windows color (decimal): -4874851 or 10329525. OLE color: 10329525.
HSL color Cylindrical-coordinate representation of color #B59D9D: hue angle of 0º 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 #B59D9D is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 157 | 157 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.29 |
| HSL | 0º | 0.14% | 0.66% | - |
| HSV(B) | 0º | 0.13% | 0.71% | - |
| XYZ | 37.2 | 36.37 | 36.96 | - |
| YUV | 164.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 157 | 157 | 0 | 0.13 | 0.13 | 0.29 | 0 | 0.14 | 0.66 |
| Hex | B5 | 9D | 9D | 0 | D | D | 1D | 0 | E | 42 |
| Octal | 265 | 235 | 235 | 0 | 15 | 15 | 35 | 0 | 16 | 102 |
| Binary | 10110101 | 10011101 | 10011101 | 0 | 1101 | 1101 | 11101 | 0 | 1110 | 1000010 |
Color Harmonies of #B59D9D
Complementary color
Monochromatic Colors of #B59D9D
Black with #B59D9D
Text Example
Text Example
White with #B59D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59D9D; }
p { color: rgb(181,157,157); }
H1.HeaderClassName
{
color: #B59D9D;
}
.AnyTagClassName
{
color: #B59D9D;
}
</style>
background-color css
<style>
a { background-color: #B59D9D; }
a { background-color: rgb(181,157,157); }
div.DivClassName
{
background-color: #B59D9D;
}
.BgClassName
{
background-color: #B59D9D;
}
</style>
border-color css
<style>
span { border-color: #B59D9D; }
span { border-color: rgb(181,157,157); }
td.TdClassName
{
border-color: #B59D9D;
}
.TagClassName
{
border-color: #B59D9D;
}
</style>