Shades of Eagle #B1AA90
Tints of Eagle #B1AA90
RGB
CMYK
RGB Variations
Color information
#B1AA90 (or 0xB1AA90) is known color: Eagle. HEX triplet: B1, AA and 90. RGB value is (177,170,144). Sum of RGB (Red+Green+Blue) = 177+170+144=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA90 is #4E556F. Grayscale: #A9A9A9. Windows color (decimal): -5133680 or 9480881. OLE color: 9480881.
HSL color Cylindrical-coordinate representation of color #B1AA90: hue angle of 47.27º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1AA90 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 144 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.31 |
| HSL | 47.27º | 0.17% | 0.63% | - |
| HSV(B) | 47.27º | 0.19% | 0.69% | - |
| XYZ | 37.54 | 40.11 | 32.15 | - |
| YUV | 169.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 144 | 0 | 0.04 | 0.19 | 0.31 | 47.27 | 0.17 | 0.63 |
| Hex | B1 | AA | 90 | 0 | 4 | 13 | 1F | 2F | 11 | 3F |
| Octal | 261 | 252 | 220 | 0 | 4 | 23 | 37 | 57 | 21 | 77 |
| Binary | 10110001 | 10101010 | 10010000 | 0 | 100 | 10011 | 11111 | 101111 | 10001 | 111111 |
Color Harmonies of #B1AA90
Complementary color
Monochromatic Colors of #B1AA90
Black with #B1AA90
Text Example
Text Example
White with #B1AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA90; }
p { color: rgb(177,170,144); }
H1.HeaderClassName
{
color: #B1AA90;
}
.AnyTagClassName
{
color: #B1AA90;
}
</style>
background-color css
<style>
a { background-color: #B1AA90; }
a { background-color: rgb(177,170,144); }
div.DivClassName
{
background-color: #B1AA90;
}
.BgClassName
{
background-color: #B1AA90;
}
</style>
border-color css
<style>
span { border-color: #B1AA90; }
span { border-color: rgb(177,170,144); }
td.TdClassName
{
border-color: #B1AA90;
}
.TagClassName
{
border-color: #B1AA90;
}
</style>