Shades of Eagle #B0AF99
Tints of Eagle #B0AF99
RGB
CMYK
RGB Variations
Color information
#B0AF99 (or 0xB0AF99) is known color: Eagle. HEX triplet: B0, AF and 99. RGB value is (176,175,153). Sum of RGB (Red+Green+Blue) = 176+175+153=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF99 is #4F5066. Grayscale: #ACACAC. Windows color (decimal): -5197927 or 10071984. OLE color: 10071984.
HSL color Cylindrical-coordinate representation of color #B0AF99: hue angle of 57.39º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0AF99 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 153 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.31 |
| HSL | 57.39º | 0.13% | 0.65% | - |
| HSV(B) | 57.39º | 0.13% | 0.69% | - |
| XYZ | 38.98 | 42.19 | 36.23 | - |
| YUV | 172.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 153 | 0 | 0.01 | 0.13 | 0.31 | 57.39 | 0.13 | 0.65 |
| Hex | B0 | AF | 99 | 0 | 1 | D | 1F | 39 | D | 41 |
| Octal | 260 | 257 | 231 | 0 | 1 | 15 | 37 | 71 | 15 | 101 |
| Binary | 10110000 | 10101111 | 10011001 | 0 | 1 | 1101 | 11111 | 111001 | 1101 | 1000001 |
Color Harmonies of #B0AF99
Complementary color
Monochromatic Colors of #B0AF99
Black with #B0AF99
Text Example
Text Example
White with #B0AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF99; }
p { color: rgb(176,175,153); }
H1.HeaderClassName
{
color: #B0AF99;
}
.AnyTagClassName
{
color: #B0AF99;
}
</style>
background-color css
<style>
a { background-color: #B0AF99; }
a { background-color: rgb(176,175,153); }
div.DivClassName
{
background-color: #B0AF99;
}
.BgClassName
{
background-color: #B0AF99;
}
</style>
border-color css
<style>
span { border-color: #B0AF99; }
span { border-color: rgb(176,175,153); }
td.TdClassName
{
border-color: #B0AF99;
}
.TagClassName
{
border-color: #B0AF99;
}
</style>