Shades of Eagle #B2AC8D
Tints of Eagle #B2AC8D
RGB
CMYK
RGB Variations
Color information
#B2AC8D (or 0xB2AC8D) is known color: Eagle. HEX triplet: B2, AC and 8D. RGB value is (178,172,141). Sum of RGB (Red+Green+Blue) = 178+172+141=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC8D is #4D5372. Grayscale: #AAAAAA. Windows color (decimal): -5067635 or 9284786. OLE color: 9284786.
HSL color Cylindrical-coordinate representation of color #B2AC8D: hue angle of 50.27º 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 #B2AC8D is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 172 | 141 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.30 |
| HSL | 50.27º | 0.19% | 0.63% | - |
| HSV(B) | 50.27º | 0.21% | 0.7% | - |
| XYZ | 37.92 | 40.89 | 31.09 | - |
| YUV | 170.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 172 | 141 | 0 | 0.03 | 0.21 | 0.30 | 50.27 | 0.19 | 0.63 |
| Hex | B2 | AC | 8D | 0 | 3 | 15 | 1E | 32 | 13 | 3F |
| Octal | 262 | 254 | 215 | 0 | 3 | 25 | 36 | 62 | 23 | 77 |
| Binary | 10110010 | 10101100 | 10001101 | 0 | 11 | 10101 | 11110 | 110010 | 10011 | 111111 |
Color Harmonies of #B2AC8D
Complementary color
Monochromatic Colors of #B2AC8D
Black with #B2AC8D
Text Example
Text Example
White with #B2AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AC8D; }
p { color: rgb(178,172,141); }
H1.HeaderClassName
{
color: #B2AC8D;
}
.AnyTagClassName
{
color: #B2AC8D;
}
</style>
background-color css
<style>
a { background-color: #B2AC8D; }
a { background-color: rgb(178,172,141); }
div.DivClassName
{
background-color: #B2AC8D;
}
.BgClassName
{
background-color: #B2AC8D;
}
</style>
border-color css
<style>
span { border-color: #B2AC8D; }
span { border-color: rgb(178,172,141); }
td.TdClassName
{
border-color: #B2AC8D;
}
.TagClassName
{
border-color: #B2AC8D;
}
</style>