Shades of Eagle #B0AF93
Tints of Eagle #B0AF93
RGB
CMYK
RGB Variations
Color information
#B0AF93 (or 0xB0AF93) is known color: Eagle. HEX triplet: B0, AF and 93. RGB value is (176,175,147). Sum of RGB (Red+Green+Blue) = 176+175+147=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF93 is #4F506C. Grayscale: #ACACAC. Windows color (decimal): -5197933 or 9678768. OLE color: 9678768.
HSL color Cylindrical-coordinate representation of color #B0AF93: hue angle of 57.93º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0AF93 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 147 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.31 |
| HSL | 57.93º | 0.16% | 0.63% | - |
| HSV(B) | 57.93º | 0.16% | 0.69% | - |
| XYZ | 38.5 | 42 | 33.68 | - |
| YUV | 172.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 147 | 0 | 0.01 | 0.16 | 0.31 | 57.93 | 0.16 | 0.63 |
| Hex | B0 | AF | 93 | 0 | 1 | 10 | 1F | 3A | 10 | 3F |
| Octal | 260 | 257 | 223 | 0 | 1 | 20 | 37 | 72 | 20 | 77 |
| Binary | 10110000 | 10101111 | 10010011 | 0 | 1 | 10000 | 11111 | 111010 | 10000 | 111111 |
Color Harmonies of #B0AF93
Complementary color
Monochromatic Colors of #B0AF93
Black with #B0AF93
Text Example
Text Example
White with #B0AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF93; }
p { color: rgb(176,175,147); }
H1.HeaderClassName
{
color: #B0AF93;
}
.AnyTagClassName
{
color: #B0AF93;
}
</style>
background-color css
<style>
a { background-color: #B0AF93; }
a { background-color: rgb(176,175,147); }
div.DivClassName
{
background-color: #B0AF93;
}
.BgClassName
{
background-color: #B0AF93;
}
</style>
border-color css
<style>
span { border-color: #B0AF93; }
span { border-color: rgb(176,175,147); }
td.TdClassName
{
border-color: #B0AF93;
}
.TagClassName
{
border-color: #B0AF93;
}
</style>