Shades of Eagle #B4AF8E
Tints of Eagle #B4AF8E
RGB
CMYK
RGB Variations
Color information
#B4AF8E (or 0xB4AF8E) is known color: Eagle. HEX triplet: B4, AF and 8E. RGB value is (180,175,142). Sum of RGB (Red+Green+Blue) = 180+175+142=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF8E is #4B5071. Grayscale: #ACACAC. Windows color (decimal): -4935794 or 9351092. OLE color: 9351092.
HSL color Cylindrical-coordinate representation of color #B4AF8E: hue angle of 52.11º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4AF8E is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 175 | 142 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.29 |
| HSL | 52.11º | 0.2% | 0.63% | - |
| HSV(B) | 52.11º | 0.21% | 0.71% | - |
| XYZ | 39.03 | 42.32 | 31.7 | - |
| YUV | 172.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 142 | 0 | 0.03 | 0.21 | 0.29 | 52.11 | 0.2 | 0.63 |
| Hex | B4 | AF | 8E | 0 | 3 | 15 | 1D | 34 | 14 | 3F |
| Octal | 264 | 257 | 216 | 0 | 3 | 25 | 35 | 64 | 24 | 77 |
| Binary | 10110100 | 10101111 | 10001110 | 0 | 11 | 10101 | 11101 | 110100 | 10100 | 111111 |
Color Harmonies of #B4AF8E
Complementary color
Monochromatic Colors of #B4AF8E
Black with #B4AF8E
Text Example
Text Example
White with #B4AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AF8E; }
p { color: rgb(180,175,142); }
H1.HeaderClassName
{
color: #B4AF8E;
}
.AnyTagClassName
{
color: #B4AF8E;
}
</style>
background-color css
<style>
a { background-color: #B4AF8E; }
a { background-color: rgb(180,175,142); }
div.DivClassName
{
background-color: #B4AF8E;
}
.BgClassName
{
background-color: #B4AF8E;
}
</style>
border-color css
<style>
span { border-color: #B4AF8E; }
span { border-color: rgb(180,175,142); }
td.TdClassName
{
border-color: #B4AF8E;
}
.TagClassName
{
border-color: #B4AF8E;
}
</style>