Shades of Dusty Grey #B09B99
Tints of Dusty Grey #B09B99
RGB
CMYK
RGB Variations
Color information
#B09B99 (or 0xB09B99) is known color: Dusty Grey. HEX triplet: B0, 9B and 99. RGB value is (176,155,153). Sum of RGB (Red+Green+Blue) = 176+155+153=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09B99 is #4F6466. Grayscale: #A1A1A1. Windows color (decimal): -5203047 or 10066864. OLE color: 10066864.
HSL color Cylindrical-coordinate representation of color #B09B99: hue angle of 5.22º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09B99 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 155 | 153 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.31 |
| HSL | 5.22º | 0.13% | 0.65% | - |
| HSV(B) | 5.22º | 0.13% | 0.69% | - |
| XYZ | 35.38 | 34.97 | 35.02 | - |
| YUV | 161.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 153 | 0 | 0.12 | 0.13 | 0.31 | 5.22 | 0.13 | 0.65 |
| Hex | B0 | 9B | 99 | 0 | C | D | 1F | 5 | D | 41 |
| Octal | 260 | 233 | 231 | 0 | 14 | 15 | 37 | 5 | 15 | 101 |
| Binary | 10110000 | 10011011 | 10011001 | 0 | 1100 | 1101 | 11111 | 101 | 1101 | 1000001 |
Color Harmonies of #B09B99
Complementary color
Monochromatic Colors of #B09B99
Black with #B09B99
Text Example
Text Example
White with #B09B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09B99; }
p { color: rgb(176,155,153); }
H1.HeaderClassName
{
color: #B09B99;
}
.AnyTagClassName
{
color: #B09B99;
}
</style>
background-color css
<style>
a { background-color: #B09B99; }
a { background-color: rgb(176,155,153); }
div.DivClassName
{
background-color: #B09B99;
}
.BgClassName
{
background-color: #B09B99;
}
</style>
border-color css
<style>
span { border-color: #B09B99; }
span { border-color: rgb(176,155,153); }
td.TdClassName
{
border-color: #B09B99;
}
.TagClassName
{
border-color: #B09B99;
}
</style>