Shades of Dusty Grey #B09C99
Tints of Dusty Grey #B09C99
RGB
CMYK
RGB Variations
Color information
#B09C99 (or 0xB09C99) is known color: Dusty Grey. HEX triplet: B0, 9C and 99. RGB value is (176,156,153). Sum of RGB (Red+Green+Blue) = 176+156+153=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C99 is #4F6366. Grayscale: #A1A1A1. Windows color (decimal): -5202791 or 10067120. OLE color: 10067120.
HSL color Cylindrical-coordinate representation of color #B09C99: hue angle of 7.83º 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 #B09C99 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 156 | 153 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.31 |
| HSL | 7.83º | 0.13% | 0.65% | - |
| HSV(B) | 7.83º | 0.13% | 0.69% | - |
| XYZ | 35.54 | 35.31 | 35.08 | - |
| YUV | 161.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 153 | 0 | 0.11 | 0.13 | 0.31 | 7.83 | 0.13 | 0.65 |
| Hex | B0 | 9C | 99 | 0 | B | D | 1F | 8 | D | 41 |
| Octal | 260 | 234 | 231 | 0 | 13 | 15 | 37 | 10 | 15 | 101 |
| Binary | 10110000 | 10011100 | 10011001 | 0 | 1011 | 1101 | 11111 | 1000 | 1101 | 1000001 |
Color Harmonies of #B09C99
Complementary color
Monochromatic Colors of #B09C99
Black with #B09C99
Text Example
Text Example
White with #B09C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09C99; }
p { color: rgb(176,156,153); }
H1.HeaderClassName
{
color: #B09C99;
}
.AnyTagClassName
{
color: #B09C99;
}
</style>
background-color css
<style>
a { background-color: #B09C99; }
a { background-color: rgb(176,156,153); }
div.DivClassName
{
background-color: #B09C99;
}
.BgClassName
{
background-color: #B09C99;
}
</style>
border-color css
<style>
span { border-color: #B09C99; }
span { border-color: rgb(176,156,153); }
td.TdClassName
{
border-color: #B09C99;
}
.TagClassName
{
border-color: #B09C99;
}
</style>