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