Shades of Eagle #B0AA8B
Tints of Eagle #B0AA8B
RGB
CMYK
RGB Variations
Color information
#B0AA8B (or 0xB0AA8B) is known color: Eagle. HEX triplet: B0, AA and 8B. RGB value is (176,170,139). Sum of RGB (Red+Green+Blue) = 176+170+139=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA8B is #4F5574. Grayscale: #A8A8A8. Windows color (decimal): -5199221 or 9153200. OLE color: 9153200.
HSL color Cylindrical-coordinate representation of color #B0AA8B: hue angle of 50.27º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0AA8B is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 139 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.31 |
| HSL | 50.27º | 0.19% | 0.62% | - |
| HSV(B) | 50.27º | 0.21% | 0.69% | - |
| XYZ | 36.94 | 39.84 | 30.17 | - |
| YUV | 168.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 139 | 0 | 0.03 | 0.21 | 0.31 | 50.27 | 0.19 | 0.62 |
| Hex | B0 | AA | 8B | 0 | 3 | 15 | 1F | 32 | 13 | 3E |
| Octal | 260 | 252 | 213 | 0 | 3 | 25 | 37 | 62 | 23 | 76 |
| Binary | 10110000 | 10101010 | 10001011 | 0 | 11 | 10101 | 11111 | 110010 | 10011 | 111110 |
Color Harmonies of #B0AA8B
Complementary color
Monochromatic Colors of #B0AA8B
Black with #B0AA8B
Text Example
Text Example
White with #B0AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA8B; }
p { color: rgb(176,170,139); }
H1.HeaderClassName
{
color: #B0AA8B;
}
.AnyTagClassName
{
color: #B0AA8B;
}
</style>
background-color css
<style>
a { background-color: #B0AA8B; }
a { background-color: rgb(176,170,139); }
div.DivClassName
{
background-color: #B0AA8B;
}
.BgClassName
{
background-color: #B0AA8B;
}
</style>
border-color css
<style>
span { border-color: #B0AA8B; }
span { border-color: rgb(176,170,139); }
td.TdClassName
{
border-color: #B0AA8B;
}
.TagClassName
{
border-color: #B0AA8B;
}
</style>