Shades of Eagle #B0AC9A
Tints of Eagle #B0AC9A
RGB
CMYK
RGB Variations
Color information
#B0AC9A (or 0xB0AC9A) is known color: Eagle. HEX triplet: B0, AC and 9A. RGB value is (176,172,154). Sum of RGB (Red+Green+Blue) = 176+172+154=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC9A is #4F5365. Grayscale: #ABABAB. Windows color (decimal): -5198694 or 10136752. OLE color: 10136752.
HSL color Cylindrical-coordinate representation of color #B0AC9A: hue angle of 49.09º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0AC9A is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 154 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.31 |
| HSL | 49.09º | 0.12% | 0.65% | - |
| HSV(B) | 49.09º | 0.13% | 0.69% | - |
| XYZ | 38.49 | 41.07 | 36.47 | - |
| YUV | 171.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 154 | 0 | 0.02 | 0.12 | 0.31 | 49.09 | 0.12 | 0.65 |
| Hex | B0 | AC | 9A | 0 | 2 | C | 1F | 31 | C | 41 |
| Octal | 260 | 254 | 232 | 0 | 2 | 14 | 37 | 61 | 14 | 101 |
| Binary | 10110000 | 10101100 | 10011010 | 0 | 10 | 1100 | 11111 | 110001 | 1100 | 1000001 |
Color Harmonies of #B0AC9A
Complementary color
Monochromatic Colors of #B0AC9A
Black with #B0AC9A
Text Example
Text Example
White with #B0AC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC9A; }
p { color: rgb(176,172,154); }
H1.HeaderClassName
{
color: #B0AC9A;
}
.AnyTagClassName
{
color: #B0AC9A;
}
</style>
background-color css
<style>
a { background-color: #B0AC9A; }
a { background-color: rgb(176,172,154); }
div.DivClassName
{
background-color: #B0AC9A;
}
.BgClassName
{
background-color: #B0AC9A;
}
</style>
border-color css
<style>
span { border-color: #B0AC9A; }
span { border-color: rgb(176,172,154); }
td.TdClassName
{
border-color: #B0AC9A;
}
.TagClassName
{
border-color: #B0AC9A;
}
</style>