Shades of Eagle #B0AF98
Tints of Eagle #B0AF98
RGB
CMYK
RGB Variations
Color information
#B0AF98 (or 0xB0AF98) is known color: Eagle. HEX triplet: B0, AF and 98. RGB value is (176,175,152). Sum of RGB (Red+Green+Blue) = 176+175+152=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF98 is #4F5067. Grayscale: #ACACAC. Windows color (decimal): -5197928 or 10006448. OLE color: 10006448.
HSL color Cylindrical-coordinate representation of color #B0AF98: hue angle of 57.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0AF98 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 152 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.31 |
| HSL | 57.5º | 0.13% | 0.64% | - |
| HSV(B) | 57.5º | 0.14% | 0.69% | - |
| XYZ | 38.9 | 42.16 | 35.79 | - |
| YUV | 172.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 152 | 0 | 0.01 | 0.14 | 0.31 | 57.5 | 0.13 | 0.64 |
| Hex | B0 | AF | 98 | 0 | 1 | E | 1F | 3A | D | 40 |
| Octal | 260 | 257 | 230 | 0 | 1 | 16 | 37 | 72 | 15 | 100 |
| Binary | 10110000 | 10101111 | 10011000 | 0 | 1 | 1110 | 11111 | 111010 | 1101 | 1000000 |
Color Harmonies of #B0AF98
Complementary color
Monochromatic Colors of #B0AF98
Black with #B0AF98
Text Example
Text Example
White with #B0AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF98; }
p { color: rgb(176,175,152); }
H1.HeaderClassName
{
color: #B0AF98;
}
.AnyTagClassName
{
color: #B0AF98;
}
</style>
background-color css
<style>
a { background-color: #B0AF98; }
a { background-color: rgb(176,175,152); }
div.DivClassName
{
background-color: #B0AF98;
}
.BgClassName
{
background-color: #B0AF98;
}
</style>
border-color css
<style>
span { border-color: #B0AF98; }
span { border-color: rgb(176,175,152); }
td.TdClassName
{
border-color: #B0AF98;
}
.TagClassName
{
border-color: #B0AF98;
}
</style>