Shades of Dusty Grey #B39999
Tints of Dusty Grey #B39999
RGB
CMYK
RGB Variations
Color information
#B39999 (or 0xB39999) is known color: Dusty Grey. HEX triplet: B3, 99 and 99. RGB value is (179,153,153). Sum of RGB (Red+Green+Blue) = 179+153+153=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B39999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39999 is #4C6666. Grayscale: #A0A0A0. Windows color (decimal): -5006951 or 10066355. OLE color: 10066355.
HSL color Cylindrical-coordinate representation of color #B39999: hue angle of 0º 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 #B39999 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 153 | 153 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.30 |
| HSL | 0º | 0.15% | 0.65% | - |
| HSV(B) | 0º | 0.15% | 0.7% | - |
| XYZ | 35.73 | 34.67 | 34.94 | - |
| YUV | 160.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 153 | 153 | 0 | 0.15 | 0.15 | 0.30 | 0 | 0.15 | 0.65 |
| Hex | B3 | 99 | 99 | 0 | F | F | 1E | 0 | F | 41 |
| Octal | 263 | 231 | 231 | 0 | 17 | 17 | 36 | 0 | 17 | 101 |
| Binary | 10110011 | 10011001 | 10011001 | 0 | 1111 | 1111 | 11110 | 0 | 1111 | 1000001 |
Color Harmonies of #B39999
Complementary color
Monochromatic Colors of #B39999
Black with #B39999
Text Example
Text Example
White with #B39999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39999; }
p { color: rgb(179,153,153); }
H1.HeaderClassName
{
color: #B39999;
}
.AnyTagClassName
{
color: #B39999;
}
</style>
background-color css
<style>
a { background-color: #B39999; }
a { background-color: rgb(179,153,153); }
div.DivClassName
{
background-color: #B39999;
}
.BgClassName
{
background-color: #B39999;
}
</style>
border-color css
<style>
span { border-color: #B39999; }
span { border-color: rgb(179,153,153); }
td.TdClassName
{
border-color: #B39999;
}
.TagClassName
{
border-color: #B39999;
}
</style>