Shades of Dark Gray #B0A9A9
Tints of Dark Gray #B0A9A9
RGB
CMYK
RGB Variations
Color information
#B0A9A9 (or 0xB0A9A9) is known color: Dark Gray. HEX triplet: B0, A9 and A9. RGB value is (176,169,169). Sum of RGB (Red+Green+Blue) = 176+169+169=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A9A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A9A9 is #4F5656. Grayscale: #ABABAB. Windows color (decimal): -5199447 or 11119024. OLE color: 11119024.
HSL color Cylindrical-coordinate representation of color #B0A9A9: hue angle of 0º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B0A9A9 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 169 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.31 |
| HSL | 0º | 0.04% | 0.68% | - |
| HSV(B) | 0º | 0.04% | 0.69% | - |
| XYZ | 39.25 | 40.47 | 43.28 | - |
| YUV | 171.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 169 | 0 | 0.04 | 0.04 | 0.31 | 0 | 0.04 | 0.68 |
| Hex | B0 | A9 | A9 | 0 | 4 | 4 | 1F | 0 | 4 | 44 |
| Octal | 260 | 251 | 251 | 0 | 4 | 4 | 37 | 0 | 4 | 104 |
| Binary | 10110000 | 10101001 | 10101001 | 0 | 100 | 100 | 11111 | 0 | 100 | 1000100 |
Color Harmonies of #B0A9A9
Complementary color
Monochromatic Colors of #B0A9A9
Black with #B0A9A9
Text Example
Text Example
White with #B0A9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9A9; }
p { color: rgb(176,169,169); }
H1.HeaderClassName
{
color: #B0A9A9;
}
.AnyTagClassName
{
color: #B0A9A9;
}
</style>
background-color css
<style>
a { background-color: #B0A9A9; }
a { background-color: rgb(176,169,169); }
div.DivClassName
{
background-color: #B0A9A9;
}
.BgClassName
{
background-color: #B0A9A9;
}
</style>
border-color css
<style>
span { border-color: #B0A9A9; }
span { border-color: rgb(176,169,169); }
td.TdClassName
{
border-color: #B0A9A9;
}
.TagClassName
{
border-color: #B0A9A9;
}
</style>