Shades of Eagle #B1AF96
Tints of Eagle #B1AF96
RGB
CMYK
RGB Variations
Color information
#B1AF96 (or 0xB1AF96) is known color: Eagle. HEX triplet: B1, AF and 96. RGB value is (177,175,150). Sum of RGB (Red+Green+Blue) = 177+175+150=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF96 is #4E5069. Grayscale: #ACACAC. Windows color (decimal): -5132394 or 9875377. OLE color: 9875377.
HSL color Cylindrical-coordinate representation of color #B1AF96: hue angle of 55.56º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1AF96 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 150 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.31 |
| HSL | 55.56º | 0.15% | 0.64% | - |
| HSV(B) | 55.56º | 0.15% | 0.69% | - |
| XYZ | 38.97 | 42.21 | 34.95 | - |
| YUV | 172.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 150 | 0 | 0.01 | 0.15 | 0.31 | 55.56 | 0.15 | 0.64 |
| Hex | B1 | AF | 96 | 0 | 1 | F | 1F | 38 | F | 40 |
| Octal | 261 | 257 | 226 | 0 | 1 | 17 | 37 | 70 | 17 | 100 |
| Binary | 10110001 | 10101111 | 10010110 | 0 | 1 | 1111 | 11111 | 111000 | 1111 | 1000000 |
Color Harmonies of #B1AF96
Complementary color
Monochromatic Colors of #B1AF96
Black with #B1AF96
Text Example
Text Example
White with #B1AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF96; }
p { color: rgb(177,175,150); }
H1.HeaderClassName
{
color: #B1AF96;
}
.AnyTagClassName
{
color: #B1AF96;
}
</style>
background-color css
<style>
a { background-color: #B1AF96; }
a { background-color: rgb(177,175,150); }
div.DivClassName
{
background-color: #B1AF96;
}
.BgClassName
{
background-color: #B1AF96;
}
</style>
border-color css
<style>
span { border-color: #B1AF96; }
span { border-color: rgb(177,175,150); }
td.TdClassName
{
border-color: #B1AF96;
}
.TagClassName
{
border-color: #B1AF96;
}
</style>