Shades of Eagle #B0AD8F
Tints of Eagle #B0AD8F
RGB
CMYK
RGB Variations
Color information
#B0AD8F (or 0xB0AD8F) is known color: Eagle. HEX triplet: B0, AD and 8F. RGB value is (176,173,143). Sum of RGB (Red+Green+Blue) = 176+173+143=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD8F is #4F5270. Grayscale: #AAAAAA. Windows color (decimal): -5198449 or 9416112. OLE color: 9416112.
HSL color Cylindrical-coordinate representation of color #B0AD8F: hue angle of 54.55º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0AD8F is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 143 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.31 |
| HSL | 54.55º | 0.17% | 0.63% | - |
| HSV(B) | 54.55º | 0.19% | 0.69% | - |
| XYZ | 37.81 | 41.1 | 31.93 | - |
| YUV | 170.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 143 | 0 | 0.02 | 0.19 | 0.31 | 54.55 | 0.17 | 0.63 |
| Hex | B0 | AD | 8F | 0 | 2 | 13 | 1F | 37 | 11 | 3F |
| Octal | 260 | 255 | 217 | 0 | 2 | 23 | 37 | 67 | 21 | 77 |
| Binary | 10110000 | 10101101 | 10001111 | 0 | 10 | 10011 | 11111 | 110111 | 10001 | 111111 |
Color Harmonies of #B0AD8F
Complementary color
Monochromatic Colors of #B0AD8F
Black with #B0AD8F
Text Example
Text Example
White with #B0AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD8F; }
p { color: rgb(176,173,143); }
H1.HeaderClassName
{
color: #B0AD8F;
}
.AnyTagClassName
{
color: #B0AD8F;
}
</style>
background-color css
<style>
a { background-color: #B0AD8F; }
a { background-color: rgb(176,173,143); }
div.DivClassName
{
background-color: #B0AD8F;
}
.BgClassName
{
background-color: #B0AD8F;
}
</style>
border-color css
<style>
span { border-color: #B0AD8F; }
span { border-color: rgb(176,173,143); }
td.TdClassName
{
border-color: #B0AD8F;
}
.TagClassName
{
border-color: #B0AD8F;
}
</style>