Shades of Dusty Grey #B39E9D
Tints of Dusty Grey #B39E9D
RGB
CMYK
RGB Variations
Color information
#B39E9D (or 0xB39E9D) is known color: Dusty Grey. HEX triplet: B3, 9E and 9D. RGB value is (179,158,157). Sum of RGB (Red+Green+Blue) = 179+158+157=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E9D is #4C6162. Grayscale: #A4A4A4. Windows color (decimal): -5005667 or 10329779. OLE color: 10329779.
HSL color Cylindrical-coordinate representation of color #B39E9D: hue angle of 2.73º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B39E9D is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 158 | 157 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.30 |
| HSL | 2.73º | 0.13% | 0.66% | - |
| HSV(B) | 2.73º | 0.12% | 0.7% | - |
| XYZ | 36.9 | 36.47 | 36.99 | - |
| YUV | 164.17 | 123.96 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 157 | 0 | 0.12 | 0.12 | 0.30 | 2.73 | 0.13 | 0.66 |
| Hex | B3 | 9E | 9D | 0 | C | C | 1E | 3 | D | 42 |
| Octal | 263 | 236 | 235 | 0 | 14 | 14 | 36 | 3 | 15 | 102 |
| Binary | 10110011 | 10011110 | 10011101 | 0 | 1100 | 1100 | 11110 | 11 | 1101 | 1000010 |
Color Harmonies of #B39E9D
Complementary color
Monochromatic Colors of #B39E9D
Black with #B39E9D
Text Example
Text Example
White with #B39E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39E9D; }
p { color: rgb(179,158,157); }
H1.HeaderClassName
{
color: #B39E9D;
}
.AnyTagClassName
{
color: #B39E9D;
}
</style>
background-color css
<style>
a { background-color: #B39E9D; }
a { background-color: rgb(179,158,157); }
div.DivClassName
{
background-color: #B39E9D;
}
.BgClassName
{
background-color: #B39E9D;
}
</style>
border-color css
<style>
span { border-color: #B39E9D; }
span { border-color: rgb(179,158,157); }
td.TdClassName
{
border-color: #B39E9D;
}
.TagClassName
{
border-color: #B39E9D;
}
</style>