Shades of Eagle #B2AE8D
Tints of Eagle #B2AE8D
RGB
CMYK
RGB Variations
Color information
#B2AE8D (or 0xB2AE8D) is known color: Eagle. HEX triplet: B2, AE and 8D. RGB value is (178,174,141). Sum of RGB (Red+Green+Blue) = 178+174+141=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE8D is #4D5172. Grayscale: #ABABAB. Windows color (decimal): -5067123 or 9285298. OLE color: 9285298.
HSL color Cylindrical-coordinate representation of color #B2AE8D: hue angle of 53.51º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2AE8D is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 174 | 141 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.30 |
| HSL | 53.51º | 0.19% | 0.63% | - |
| HSV(B) | 53.51º | 0.21% | 0.7% | - |
| XYZ | 38.3 | 41.66 | 31.22 | - |
| YUV | 171.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 141 | 0 | 0.02 | 0.21 | 0.30 | 53.51 | 0.19 | 0.63 |
| Hex | B2 | AE | 8D | 0 | 2 | 15 | 1E | 36 | 13 | 3F |
| Octal | 262 | 256 | 215 | 0 | 2 | 25 | 36 | 66 | 23 | 77 |
| Binary | 10110010 | 10101110 | 10001101 | 0 | 10 | 10101 | 11110 | 110110 | 10011 | 111111 |
Color Harmonies of #B2AE8D
Complementary color
Monochromatic Colors of #B2AE8D
Black with #B2AE8D
Text Example
Text Example
White with #B2AE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AE8D; }
p { color: rgb(178,174,141); }
H1.HeaderClassName
{
color: #B2AE8D;
}
.AnyTagClassName
{
color: #B2AE8D;
}
</style>
background-color css
<style>
a { background-color: #B2AE8D; }
a { background-color: rgb(178,174,141); }
div.DivClassName
{
background-color: #B2AE8D;
}
.BgClassName
{
background-color: #B2AE8D;
}
</style>
border-color css
<style>
span { border-color: #B2AE8D; }
span { border-color: rgb(178,174,141); }
td.TdClassName
{
border-color: #B2AE8D;
}
.TagClassName
{
border-color: #B2AE8D;
}
</style>