Shades of Eagle #B0AA8E
Tints of Eagle #B0AA8E
RGB
CMYK
RGB Variations
Color information
#B0AA8E (or 0xB0AA8E) is known color: Eagle. HEX triplet: B0, AA and 8E. RGB value is (176,170,142). Sum of RGB (Red+Green+Blue) = 176+170+142=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA8E is #4F5571. Grayscale: #A8A8A8. Windows color (decimal): -5199218 or 9349808. OLE color: 9349808.
HSL color Cylindrical-coordinate representation of color #B0AA8E: hue angle of 49.41º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0AA8E is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 142 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.31 |
| HSL | 49.41º | 0.18% | 0.62% | - |
| HSV(B) | 49.41º | 0.19% | 0.69% | - |
| XYZ | 37.16 | 39.93 | 31.34 | - |
| YUV | 168.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 142 | 0 | 0.03 | 0.19 | 0.31 | 49.41 | 0.18 | 0.62 |
| Hex | B0 | AA | 8E | 0 | 3 | 13 | 1F | 31 | 12 | 3E |
| Octal | 260 | 252 | 216 | 0 | 3 | 23 | 37 | 61 | 22 | 76 |
| Binary | 10110000 | 10101010 | 10001110 | 0 | 11 | 10011 | 11111 | 110001 | 10010 | 111110 |
Color Harmonies of #B0AA8E
Complementary color
Monochromatic Colors of #B0AA8E
Black with #B0AA8E
Text Example
Text Example
White with #B0AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA8E; }
p { color: rgb(176,170,142); }
H1.HeaderClassName
{
color: #B0AA8E;
}
.AnyTagClassName
{
color: #B0AA8E;
}
</style>
background-color css
<style>
a { background-color: #B0AA8E; }
a { background-color: rgb(176,170,142); }
div.DivClassName
{
background-color: #B0AA8E;
}
.BgClassName
{
background-color: #B0AA8E;
}
</style>
border-color css
<style>
span { border-color: #B0AA8E; }
span { border-color: rgb(176,170,142); }
td.TdClassName
{
border-color: #B0AA8E;
}
.TagClassName
{
border-color: #B0AA8E;
}
</style>