Shades of Eagle #B0AB94
Tints of Eagle #B0AB94
RGB
CMYK
RGB Variations
Color information
#B0AB94 (or 0xB0AB94) is known color: Eagle. HEX triplet: B0, AB and 94. RGB value is (176,171,148). Sum of RGB (Red+Green+Blue) = 176+171+148=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB94 is #4F546B. Grayscale: #A9A9A9. Windows color (decimal): -5198956 or 9743280. OLE color: 9743280.
HSL color Cylindrical-coordinate representation of color #B0AB94: hue angle of 49.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0AB94 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 148 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.31 |
| HSL | 49.29º | 0.15% | 0.64% | - |
| HSV(B) | 49.29º | 0.16% | 0.69% | - |
| XYZ | 37.81 | 40.49 | 33.84 | - |
| YUV | 169.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 148 | 0 | 0.03 | 0.16 | 0.31 | 49.29 | 0.15 | 0.64 |
| Hex | B0 | AB | 94 | 0 | 3 | 10 | 1F | 31 | F | 40 |
| Octal | 260 | 253 | 224 | 0 | 3 | 20 | 37 | 61 | 17 | 100 |
| Binary | 10110000 | 10101011 | 10010100 | 0 | 11 | 10000 | 11111 | 110001 | 1111 | 1000000 |
Color Harmonies of #B0AB94
Complementary color
Monochromatic Colors of #B0AB94
Black with #B0AB94
Text Example
Text Example
White with #B0AB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB94; }
p { color: rgb(176,171,148); }
H1.HeaderClassName
{
color: #B0AB94;
}
.AnyTagClassName
{
color: #B0AB94;
}
</style>
background-color css
<style>
a { background-color: #B0AB94; }
a { background-color: rgb(176,171,148); }
div.DivClassName
{
background-color: #B0AB94;
}
.BgClassName
{
background-color: #B0AB94;
}
</style>
border-color css
<style>
span { border-color: #B0AB94; }
span { border-color: rgb(176,171,148); }
td.TdClassName
{
border-color: #B0AB94;
}
.TagClassName
{
border-color: #B0AB94;
}
</style>