Shades of Eagle #B0AF91
Tints of Eagle #B0AF91
RGB
CMYK
RGB Variations
Color information
#B0AF91 (or 0xB0AF91) is known color: Eagle. HEX triplet: B0, AF and 91. RGB value is (176,175,145). Sum of RGB (Red+Green+Blue) = 176+175+145=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF91 is #4F506E. Grayscale: #ACACAC. Windows color (decimal): -5197935 or 9547696. OLE color: 9547696.
HSL color Cylindrical-coordinate representation of color #B0AF91: hue angle of 58.06º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0AF91 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 145 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.31 |
| HSL | 58.06º | 0.16% | 0.63% | - |
| HSV(B) | 58.06º | 0.18% | 0.69% | - |
| XYZ | 38.35 | 41.93 | 32.86 | - |
| YUV | 171.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 145 | 0 | 0.01 | 0.18 | 0.31 | 58.06 | 0.16 | 0.63 |
| Hex | B0 | AF | 91 | 0 | 1 | 12 | 1F | 3A | 10 | 3F |
| Octal | 260 | 257 | 221 | 0 | 1 | 22 | 37 | 72 | 20 | 77 |
| Binary | 10110000 | 10101111 | 10010001 | 0 | 1 | 10010 | 11111 | 111010 | 10000 | 111111 |
Color Harmonies of #B0AF91
Complementary color
Monochromatic Colors of #B0AF91
Black with #B0AF91
Text Example
Text Example
White with #B0AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF91; }
p { color: rgb(176,175,145); }
H1.HeaderClassName
{
color: #B0AF91;
}
.AnyTagClassName
{
color: #B0AF91;
}
</style>
background-color css
<style>
a { background-color: #B0AF91; }
a { background-color: rgb(176,175,145); }
div.DivClassName
{
background-color: #B0AF91;
}
.BgClassName
{
background-color: #B0AF91;
}
</style>
border-color css
<style>
span { border-color: #B0AF91; }
span { border-color: rgb(176,175,145); }
td.TdClassName
{
border-color: #B0AF91;
}
.TagClassName
{
border-color: #B0AF91;
}
</style>