Shades of Eagle #B0B190
Tints of Eagle #B0B190
RGB
CMYK
RGB Variations
Color information
#B0B190 (or 0xB0B190) is known color: Eagle. HEX triplet: B0, B1 and 90. RGB value is (176,177,144). Sum of RGB (Red+Green+Blue) = 176+177+144=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B190 is #4F4E6F. Grayscale: #ADADAD. Windows color (decimal): -5197424 or 9482672. OLE color: 9482672.
HSL color Cylindrical-coordinate representation of color #B0B190: hue angle of 61.82º 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 #B0B190 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 144 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.31 |
| HSL | 61.82º | 0.17% | 0.63% | - |
| HSV(B) | 61.82º | 0.19% | 0.69% | - |
| XYZ | 38.66 | 42.69 | 32.59 | - |
| YUV | 172.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 144 | 0.01 | 0 | 0.19 | 0.31 | 61.82 | 0.17 | 0.63 |
| Hex | B0 | B1 | 90 | 1 | 0 | 13 | 1F | 3E | 11 | 3F |
| Octal | 260 | 261 | 220 | 1 | 0 | 23 | 37 | 76 | 21 | 77 |
| Binary | 10110000 | 10110001 | 10010000 | 1 | 0 | 10011 | 11111 | 111110 | 10001 | 111111 |
Color Harmonies of #B0B190
Complementary color
Monochromatic Colors of #B0B190
Black with #B0B190
Text Example
Text Example
White with #B0B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B190; }
p { color: rgb(176,177,144); }
H1.HeaderClassName
{
color: #B0B190;
}
.AnyTagClassName
{
color: #B0B190;
}
</style>
background-color css
<style>
a { background-color: #B0B190; }
a { background-color: rgb(176,177,144); }
div.DivClassName
{
background-color: #B0B190;
}
.BgClassName
{
background-color: #B0B190;
}
</style>
border-color css
<style>
span { border-color: #B0B190; }
span { border-color: rgb(176,177,144); }
td.TdClassName
{
border-color: #B0B190;
}
.TagClassName
{
border-color: #B0B190;
}
</style>