Shades of Dusty Grey #B19999
Tints of Dusty Grey #B19999
RGB
CMYK
RGB Variations
Color information
#B19999 (or 0xB19999) is known color: Dusty Grey. HEX triplet: B1, 99 and 99. RGB value is (177,153,153). Sum of RGB (Red+Green+Blue) = 177+153+153=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B19999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19999 is #4E6666. Grayscale: #A0A0A0. Windows color (decimal): -5138023 or 10066353. OLE color: 10066353.
HSL color Cylindrical-coordinate representation of color #B19999: hue angle of 0º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B19999 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 153 | 153 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.31 |
| HSL | 0º | 0.13% | 0.65% | - |
| HSV(B) | 0º | 0.14% | 0.69% | - |
| XYZ | 35.27 | 34.43 | 34.92 | - |
| YUV | 160.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 153 | 0 | 0.14 | 0.14 | 0.31 | 0 | 0.13 | 0.65 |
| Hex | B1 | 99 | 99 | 0 | E | E | 1F | 0 | D | 41 |
| Octal | 261 | 231 | 231 | 0 | 16 | 16 | 37 | 0 | 15 | 101 |
| Binary | 10110001 | 10011001 | 10011001 | 0 | 1110 | 1110 | 11111 | 0 | 1101 | 1000001 |
Color Harmonies of #B19999
Complementary color
Monochromatic Colors of #B19999
Black with #B19999
Text Example
Text Example
White with #B19999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19999; }
p { color: rgb(177,153,153); }
H1.HeaderClassName
{
color: #B19999;
}
.AnyTagClassName
{
color: #B19999;
}
</style>
background-color css
<style>
a { background-color: #B19999; }
a { background-color: rgb(177,153,153); }
div.DivClassName
{
background-color: #B19999;
}
.BgClassName
{
background-color: #B19999;
}
</style>
border-color css
<style>
span { border-color: #B19999; }
span { border-color: rgb(177,153,153); }
td.TdClassName
{
border-color: #B19999;
}
.TagClassName
{
border-color: #B19999;
}
</style>