Shades of Dusty Grey #B09D9C
Tints of Dusty Grey #B09D9C
RGB
CMYK
RGB Variations
Color information
#B09D9C (or 0xB09D9C) is known color: Dusty Grey. HEX triplet: B0, 9D and 9C. RGB value is (176,157,156). Sum of RGB (Red+Green+Blue) = 176+157+156=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09D9C is #4F6263. Grayscale: #A2A2A2. Windows color (decimal): -5202532 or 10263984. OLE color: 10263984.
HSL color Cylindrical-coordinate representation of color #B09D9C: hue angle of 3º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09D9C is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 157 | 156 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.31 |
| HSL | 3º | 0.11% | 0.65% | - |
| HSV(B) | 3º | 0.11% | 0.69% | - |
| XYZ | 35.96 | 35.74 | 36.46 | - |
| YUV | 162.57 | 124.29 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 156 | 0 | 0.11 | 0.11 | 0.31 | 3 | 0.11 | 0.65 |
| Hex | B0 | 9D | 9C | 0 | B | B | 1F | 3 | B | 41 |
| Octal | 260 | 235 | 234 | 0 | 13 | 13 | 37 | 3 | 13 | 101 |
| Binary | 10110000 | 10011101 | 10011100 | 0 | 1011 | 1011 | 11111 | 11 | 1011 | 1000001 |
Color Harmonies of #B09D9C
Complementary color
Monochromatic Colors of #B09D9C
Black with #B09D9C
Text Example
Text Example
White with #B09D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09D9C; }
p { color: rgb(176,157,156); }
H1.HeaderClassName
{
color: #B09D9C;
}
.AnyTagClassName
{
color: #B09D9C;
}
</style>
background-color css
<style>
a { background-color: #B09D9C; }
a { background-color: rgb(176,157,156); }
div.DivClassName
{
background-color: #B09D9C;
}
.BgClassName
{
background-color: #B09D9C;
}
</style>
border-color css
<style>
span { border-color: #B09D9C; }
span { border-color: rgb(176,157,156); }
td.TdClassName
{
border-color: #B09D9C;
}
.TagClassName
{
border-color: #B09D9C;
}
</style>