Shades of Eagle #B2AD8D
Tints of Eagle #B2AD8D
RGB
CMYK
RGB Variations
Color information
#B2AD8D (or 0xB2AD8D) is known color: Eagle. HEX triplet: B2, AD and 8D. RGB value is (178,173,141). Sum of RGB (Red+Green+Blue) = 178+173+141=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD8D is #4D5272. Grayscale: #AAAAAA. Windows color (decimal): -5067379 or 9285042. OLE color: 9285042.
HSL color Cylindrical-coordinate representation of color #B2AD8D: hue angle of 51.89º 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 #B2AD8D is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 141 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.30 |
| HSL | 51.89º | 0.19% | 0.63% | - |
| HSV(B) | 51.89º | 0.21% | 0.7% | - |
| XYZ | 38.11 | 41.28 | 31.16 | - |
| YUV | 170.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 141 | 0 | 0.03 | 0.21 | 0.30 | 51.89 | 0.19 | 0.63 |
| Hex | B2 | AD | 8D | 0 | 3 | 15 | 1E | 34 | 13 | 3F |
| Octal | 262 | 255 | 215 | 0 | 3 | 25 | 36 | 64 | 23 | 77 |
| Binary | 10110010 | 10101101 | 10001101 | 0 | 11 | 10101 | 11110 | 110100 | 10011 | 111111 |
Color Harmonies of #B2AD8D
Complementary color
Monochromatic Colors of #B2AD8D
Black with #B2AD8D
Text Example
Text Example
White with #B2AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD8D; }
p { color: rgb(178,173,141); }
H1.HeaderClassName
{
color: #B2AD8D;
}
.AnyTagClassName
{
color: #B2AD8D;
}
</style>
background-color css
<style>
a { background-color: #B2AD8D; }
a { background-color: rgb(178,173,141); }
div.DivClassName
{
background-color: #B2AD8D;
}
.BgClassName
{
background-color: #B2AD8D;
}
</style>
border-color css
<style>
span { border-color: #B2AD8D; }
span { border-color: rgb(178,173,141); }
td.TdClassName
{
border-color: #B2AD8D;
}
.TagClassName
{
border-color: #B2AD8D;
}
</style>