Shades of Eagle #B2AF91
Tints of Eagle #B2AF91
RGB
CMYK
RGB Variations
Color information
#B2AF91 (or 0xB2AF91) is known color: Eagle. HEX triplet: B2, AF and 91. RGB value is (178,175,145). Sum of RGB (Red+Green+Blue) = 178+175+145=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF91 is #4D506E. Grayscale: #ACACAC. Windows color (decimal): -5066863 or 9547698. OLE color: 9547698.
HSL color Cylindrical-coordinate representation of color #B2AF91: hue angle of 54.55º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2AF91 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 145 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.30 |
| HSL | 54.55º | 0.18% | 0.63% | - |
| HSV(B) | 54.55º | 0.19% | 0.7% | - |
| XYZ | 38.8 | 42.17 | 32.88 | - |
| YUV | 172.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 145 | 0 | 0.02 | 0.19 | 0.30 | 54.55 | 0.18 | 0.63 |
| Hex | B2 | AF | 91 | 0 | 2 | 13 | 1E | 37 | 12 | 3F |
| Octal | 262 | 257 | 221 | 0 | 2 | 23 | 36 | 67 | 22 | 77 |
| Binary | 10110010 | 10101111 | 10010001 | 0 | 10 | 10011 | 11110 | 110111 | 10010 | 111111 |
Color Harmonies of #B2AF91
Complementary color
Monochromatic Colors of #B2AF91
Black with #B2AF91
Text Example
Text Example
White with #B2AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF91; }
p { color: rgb(178,175,145); }
H1.HeaderClassName
{
color: #B2AF91;
}
.AnyTagClassName
{
color: #B2AF91;
}
</style>
background-color css
<style>
a { background-color: #B2AF91; }
a { background-color: rgb(178,175,145); }
div.DivClassName
{
background-color: #B2AF91;
}
.BgClassName
{
background-color: #B2AF91;
}
</style>
border-color css
<style>
span { border-color: #B2AF91; }
span { border-color: rgb(178,175,145); }
td.TdClassName
{
border-color: #B2AF91;
}
.TagClassName
{
border-color: #B2AF91;
}
</style>