Shades of Eagle #B1AA8D
Tints of Eagle #B1AA8D
RGB
CMYK
RGB Variations
Color information
#B1AA8D (or 0xB1AA8D) is known color: Eagle. HEX triplet: B1, AA and 8D. RGB value is (177,170,141). Sum of RGB (Red+Green+Blue) = 177+170+141=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA8D is #4E5572. Grayscale: #A8A8A8. Windows color (decimal): -5133683 or 9284273. OLE color: 9284273.
HSL color Cylindrical-coordinate representation of color #B1AA8D: hue angle of 48.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1AA8D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 170 | 141 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.31 |
| HSL | 48.33º | 0.19% | 0.62% | - |
| HSV(B) | 48.33º | 0.2% | 0.69% | - |
| XYZ | 37.31 | 40.02 | 30.96 | - |
| YUV | 168.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 170 | 141 | 0 | 0.04 | 0.20 | 0.31 | 48.33 | 0.19 | 0.62 |
| Hex | B1 | AA | 8D | 0 | 4 | 14 | 1F | 30 | 13 | 3E |
| Octal | 261 | 252 | 215 | 0 | 4 | 24 | 37 | 60 | 23 | 76 |
| Binary | 10110001 | 10101010 | 10001101 | 0 | 100 | 10100 | 11111 | 110000 | 10011 | 111110 |
Color Harmonies of #B1AA8D
Complementary color
Monochromatic Colors of #B1AA8D
Black with #B1AA8D
Text Example
Text Example
White with #B1AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AA8D; }
p { color: rgb(177,170,141); }
H1.HeaderClassName
{
color: #B1AA8D;
}
.AnyTagClassName
{
color: #B1AA8D;
}
</style>
background-color css
<style>
a { background-color: #B1AA8D; }
a { background-color: rgb(177,170,141); }
div.DivClassName
{
background-color: #B1AA8D;
}
.BgClassName
{
background-color: #B1AA8D;
}
</style>
border-color css
<style>
span { border-color: #B1AA8D; }
span { border-color: rgb(177,170,141); }
td.TdClassName
{
border-color: #B1AA8D;
}
.TagClassName
{
border-color: #B1AA8D;
}
</style>