Shades of Eagle #B0A98E
Tints of Eagle #B0A98E
RGB
CMYK
RGB Variations
Color information
#B0A98E (or 0xB0A98E) is known color: Eagle. HEX triplet: B0, A9 and 8E. RGB value is (176,169,142). Sum of RGB (Red+Green+Blue) = 176+169+142=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A98E is #4F5671. Grayscale: #A8A8A8. Windows color (decimal): -5199474 or 9349552. OLE color: 9349552.
HSL color Cylindrical-coordinate representation of color #B0A98E: hue angle of 47.65º 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 #B0A98E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 142 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.31 |
| HSL | 47.65º | 0.18% | 0.62% | - |
| HSV(B) | 47.65º | 0.19% | 0.69% | - |
| XYZ | 36.97 | 39.56 | 31.28 | - |
| YUV | 168.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 142 | 0 | 0.04 | 0.19 | 0.31 | 47.65 | 0.18 | 0.62 |
| Hex | B0 | A9 | 8E | 0 | 4 | 13 | 1F | 30 | 12 | 3E |
| Octal | 260 | 251 | 216 | 0 | 4 | 23 | 37 | 60 | 22 | 76 |
| Binary | 10110000 | 10101001 | 10001110 | 0 | 100 | 10011 | 11111 | 110000 | 10010 | 111110 |
Color Harmonies of #B0A98E
Complementary color
Monochromatic Colors of #B0A98E
Black with #B0A98E
Text Example
Text Example
White with #B0A98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A98E; }
p { color: rgb(176,169,142); }
H1.HeaderClassName
{
color: #B0A98E;
}
.AnyTagClassName
{
color: #B0A98E;
}
</style>
background-color css
<style>
a { background-color: #B0A98E; }
a { background-color: rgb(176,169,142); }
div.DivClassName
{
background-color: #B0A98E;
}
.BgClassName
{
background-color: #B0A98E;
}
</style>
border-color css
<style>
span { border-color: #B0A98E; }
span { border-color: rgb(176,169,142); }
td.TdClassName
{
border-color: #B0A98E;
}
.TagClassName
{
border-color: #B0A98E;
}
</style>