Shades of Eagle #B0AC8C
Tints of Eagle #B0AC8C
RGB
CMYK
RGB Variations
Color information
#B0AC8C (or 0xB0AC8C) is known color: Eagle. HEX triplet: B0, AC and 8C. RGB value is (176,172,140). Sum of RGB (Red+Green+Blue) = 176+172+140=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC8C is #4F5373. Grayscale: #A9A9A9. Windows color (decimal): -5198708 or 9219248. OLE color: 9219248.
HSL color Cylindrical-coordinate representation of color #B0AC8C: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0AC8C is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 140 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.31 |
| HSL | 53.33º | 0.19% | 0.62% | - |
| HSV(B) | 53.33º | 0.2% | 0.69% | - |
| XYZ | 37.39 | 40.63 | 30.68 | - |
| YUV | 169.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 140 | 0 | 0.02 | 0.20 | 0.31 | 53.33 | 0.19 | 0.62 |
| Hex | B0 | AC | 8C | 0 | 2 | 14 | 1F | 35 | 13 | 3E |
| Octal | 260 | 254 | 214 | 0 | 2 | 24 | 37 | 65 | 23 | 76 |
| Binary | 10110000 | 10101100 | 10001100 | 0 | 10 | 10100 | 11111 | 110101 | 10011 | 111110 |
Color Harmonies of #B0AC8C
Complementary color
Monochromatic Colors of #B0AC8C
Black with #B0AC8C
Text Example
Text Example
White with #B0AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC8C; }
p { color: rgb(176,172,140); }
H1.HeaderClassName
{
color: #B0AC8C;
}
.AnyTagClassName
{
color: #B0AC8C;
}
</style>
background-color css
<style>
a { background-color: #B0AC8C; }
a { background-color: rgb(176,172,140); }
div.DivClassName
{
background-color: #B0AC8C;
}
.BgClassName
{
background-color: #B0AC8C;
}
</style>
border-color css
<style>
span { border-color: #B0AC8C; }
span { border-color: rgb(176,172,140); }
td.TdClassName
{
border-color: #B0AC8C;
}
.TagClassName
{
border-color: #B0AC8C;
}
</style>