Shades of Dark Gray #B0AAAA
Tints of Dark Gray #B0AAAA
RGB
CMYK
RGB Variations
Color information
#B0AAAA (or 0xB0AAAA) is known color: Dark Gray. HEX triplet: B0, AA and AA. RGB value is (176,170,170). Sum of RGB (Red+Green+Blue) = 176+170+170=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAAA is #4F5555. Grayscale: #ABABAB. Windows color (decimal): -5199190 or 11184816. OLE color: 11184816.
HSL color Cylindrical-coordinate representation of color #B0AAAA: 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.03%. Process color model (Four color, CMYK) of #B0AAAA is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 170 | 170 | - |
CMYK | 0 | 0.03 | 0.03 | 0.31 |
HSL | 0º | 0.04% | 0.68% | - |
HSV(B) | 0º | 0.03% | 0.69% | - |
XYZ | 39.53 | 40.88 | 43.84 | - |
YUV | 171.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 170 | 170 | 0 | 0.03 | 0.03 | 0.31 | 0 | 0.04 | 0.68 |
Hex | B0 | AA | AA | 0 | 3 | 3 | 1F | 0 | 4 | 44 |
Octal | 260 | 252 | 252 | 0 | 3 | 3 | 37 | 0 | 4 | 104 |
Binary | 10110000 | 10101010 | 10101010 | 0 | 11 | 11 | 11111 | 0 | 100 | 1000100 |
Color Harmonies of #B0AAAA
Complementary color
Monochromatic Colors of #B0AAAA
Black with #B0AAAA
Text Example
Text Example
White with #B0AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AAAA; }
p { color: rgb(176,170,170); }
H1.HeaderClassName
{
color: #B0AAAA;
}
.AnyTagClassName
{
color: #B0AAAA;
}
</style>
background-color css
<style>
a { background-color: #B0AAAA; }
a { background-color: rgb(176,170,170); }
div.DivClassName
{
background-color: #B0AAAA;
}
.BgClassName
{
background-color: #B0AAAA;
}
</style>
border-color css
<style>
span { border-color: #B0AAAA; }
span { border-color: rgb(176,170,170); }
td.TdClassName
{
border-color: #B0AAAA;
}
.TagClassName
{
border-color: #B0AAAA;
}
</style>