Shades of Eagle #B2AE8A
Tints of Eagle #B2AE8A
RGB
CMYK
RGB Variations
Color information
#B2AE8A (or 0xB2AE8A) is known color: Eagle. HEX triplet: B2, AE and 8A. RGB value is (178,174,138). Sum of RGB (Red+Green+Blue) = 178+174+138=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE8A is #4D5175. Grayscale: #ABABAB. Windows color (decimal): -5067126 or 9088690. OLE color: 9088690.
HSL color Cylindrical-coordinate representation of color #B2AE8A: hue angle of 54º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AE8A is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 174 | 138 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.30 |
| HSL | 54º | 0.21% | 0.62% | - |
| HSV(B) | 54º | 0.22% | 0.7% | - |
| XYZ | 38.08 | 41.57 | 30.06 | - |
| YUV | 171.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 138 | 0 | 0.02 | 0.22 | 0.30 | 54 | 0.21 | 0.62 |
| Hex | B2 | AE | 8A | 0 | 2 | 16 | 1E | 36 | 15 | 3E |
| Octal | 262 | 256 | 212 | 0 | 2 | 26 | 36 | 66 | 25 | 76 |
| Binary | 10110010 | 10101110 | 10001010 | 0 | 10 | 10110 | 11110 | 110110 | 10101 | 111110 |
Color Harmonies of #B2AE8A
Complementary color
Monochromatic Colors of #B2AE8A
Black with #B2AE8A
Text Example
Text Example
White with #B2AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AE8A; }
p { color: rgb(178,174,138); }
H1.HeaderClassName
{
color: #B2AE8A;
}
.AnyTagClassName
{
color: #B2AE8A;
}
</style>
background-color css
<style>
a { background-color: #B2AE8A; }
a { background-color: rgb(178,174,138); }
div.DivClassName
{
background-color: #B2AE8A;
}
.BgClassName
{
background-color: #B2AE8A;
}
</style>
border-color css
<style>
span { border-color: #B2AE8A; }
span { border-color: rgb(178,174,138); }
td.TdClassName
{
border-color: #B2AE8A;
}
.TagClassName
{
border-color: #B2AE8A;
}
</style>