Shades of Eagle #B0AB92
Tints of Eagle #B0AB92
RGB
CMYK
RGB Variations
Color information
#B0AB92 (or 0xB0AB92) is known color: Eagle. HEX triplet: B0, AB and 92. RGB value is (176,171,146). Sum of RGB (Red+Green+Blue) = 176+171+146=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB92 is #4F546D. Grayscale: #A9A9A9. Windows color (decimal): -5198958 or 9612208. OLE color: 9612208.
HSL color Cylindrical-coordinate representation of color #B0AB92: hue angle of 50º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AB92 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 146 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.31 |
| HSL | 50º | 0.16% | 0.63% | - |
| HSV(B) | 50º | 0.17% | 0.69% | - |
| XYZ | 37.66 | 40.43 | 33.01 | - |
| YUV | 169.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 146 | 0 | 0.03 | 0.17 | 0.31 | 50 | 0.16 | 0.63 |
| Hex | B0 | AB | 92 | 0 | 3 | 11 | 1F | 32 | 10 | 3F |
| Octal | 260 | 253 | 222 | 0 | 3 | 21 | 37 | 62 | 20 | 77 |
| Binary | 10110000 | 10101011 | 10010010 | 0 | 11 | 10001 | 11111 | 110010 | 10000 | 111111 |
Color Harmonies of #B0AB92
Complementary color
Monochromatic Colors of #B0AB92
Black with #B0AB92
Text Example
Text Example
White with #B0AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB92; }
p { color: rgb(176,171,146); }
H1.HeaderClassName
{
color: #B0AB92;
}
.AnyTagClassName
{
color: #B0AB92;
}
</style>
background-color css
<style>
a { background-color: #B0AB92; }
a { background-color: rgb(176,171,146); }
div.DivClassName
{
background-color: #B0AB92;
}
.BgClassName
{
background-color: #B0AB92;
}
</style>
border-color css
<style>
span { border-color: #B0AB92; }
span { border-color: rgb(176,171,146); }
td.TdClassName
{
border-color: #B0AB92;
}
.TagClassName
{
border-color: #B0AB92;
}
</style>