Shades of Dusty Grey #B39A99
Tints of Dusty Grey #B39A99
RGB
CMYK
RGB Variations
Color information
#B39A99 (or 0xB39A99) is known color: Dusty Grey. HEX triplet: B3, 9A and 99. RGB value is (179,154,153). Sum of RGB (Red+Green+Blue) = 179+154+153=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A99 is #4C6566. Grayscale: #A1A1A1. Windows color (decimal): -5006695 or 10066611. OLE color: 10066611.
HSL color Cylindrical-coordinate representation of color #B39A99: hue angle of 2.31º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B39A99 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 154 | 153 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.30 |
| HSL | 2.31º | 0.15% | 0.65% | - |
| HSV(B) | 2.31º | 0.15% | 0.7% | - |
| XYZ | 35.9 | 34.99 | 35 | - |
| YUV | 161.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 154 | 153 | 0 | 0.14 | 0.15 | 0.30 | 2.31 | 0.15 | 0.65 |
| Hex | B3 | 9A | 99 | 0 | E | F | 1E | 2 | F | 41 |
| Octal | 263 | 232 | 231 | 0 | 16 | 17 | 36 | 2 | 17 | 101 |
| Binary | 10110011 | 10011010 | 10011001 | 0 | 1110 | 1111 | 11110 | 10 | 1111 | 1000001 |
Color Harmonies of #B39A99
Complementary color
Monochromatic Colors of #B39A99
Black with #B39A99
Text Example
Text Example
White with #B39A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39A99; }
p { color: rgb(179,154,153); }
H1.HeaderClassName
{
color: #B39A99;
}
.AnyTagClassName
{
color: #B39A99;
}
</style>
background-color css
<style>
a { background-color: #B39A99; }
a { background-color: rgb(179,154,153); }
div.DivClassName
{
background-color: #B39A99;
}
.BgClassName
{
background-color: #B39A99;
}
</style>
border-color css
<style>
span { border-color: #B39A99; }
span { border-color: rgb(179,154,153); }
td.TdClassName
{
border-color: #B39A99;
}
.TagClassName
{
border-color: #B39A99;
}
</style>