Shades of Dusty Grey #B39B9A
Tints of Dusty Grey #B39B9A
RGB
CMYK
RGB Variations
Color information
#B39B9A (or 0xB39B9A) is known color: Dusty Grey. HEX triplet: B3, 9B and 9A. RGB value is (179,155,154). Sum of RGB (Red+Green+Blue) = 179+155+154=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39B9A is #4C6465. Grayscale: #A2A2A2. Windows color (decimal): -5006438 or 10132403. OLE color: 10132403.
HSL color Cylindrical-coordinate representation of color #B39B9A: hue angle of 2.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B39B9A is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 155 | 154 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.30 |
| HSL | 2.4º | 0.14% | 0.65% | - |
| HSV(B) | 2.4º | 0.14% | 0.7% | - |
| XYZ | 36.14 | 35.36 | 35.49 | - |
| YUV | 162.06 | 123.45 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 154 | 0 | 0.13 | 0.14 | 0.30 | 2.4 | 0.14 | 0.65 |
| Hex | B3 | 9B | 9A | 0 | D | E | 1E | 2 | E | 41 |
| Octal | 263 | 233 | 232 | 0 | 15 | 16 | 36 | 2 | 16 | 101 |
| Binary | 10110011 | 10011011 | 10011010 | 0 | 1101 | 1110 | 11110 | 10 | 1110 | 1000001 |
Color Harmonies of #B39B9A
Complementary color
Monochromatic Colors of #B39B9A
Black with #B39B9A
Text Example
Text Example
White with #B39B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39B9A; }
p { color: rgb(179,155,154); }
H1.HeaderClassName
{
color: #B39B9A;
}
.AnyTagClassName
{
color: #B39B9A;
}
</style>
background-color css
<style>
a { background-color: #B39B9A; }
a { background-color: rgb(179,155,154); }
div.DivClassName
{
background-color: #B39B9A;
}
.BgClassName
{
background-color: #B39B9A;
}
</style>
border-color css
<style>
span { border-color: #B39B9A; }
span { border-color: rgb(179,155,154); }
td.TdClassName
{
border-color: #B39B9A;
}
.TagClassName
{
border-color: #B39B9A;
}
</style>