Shades of Eagle #B1B18F
Tints of Eagle #B1B18F
RGB
CMYK
RGB Variations
Color information
#B1B18F (or 0xB1B18F) is known color: Eagle. HEX triplet: B1, B1 and 8F. RGB value is (177,177,143). Sum of RGB (Red+Green+Blue) = 177+177+143=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B18F is #4E4E70. Grayscale: #ADADAD. Windows color (decimal): -5131889 or 9417137. OLE color: 9417137.
HSL color Cylindrical-coordinate representation of color #B1B18F: hue angle of 60º degrees, saturation: 0.18, 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 #B1B18F is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 143 | - |
| CMYK | 0 | 0 | 0.19 | 0.31 |
| HSL | 60º | 0.18% | 0.63% | - |
| HSV(B) | 60º | 0.19% | 0.69% | - |
| XYZ | 38.81 | 42.77 | 32.2 | - |
| YUV | 173.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 143 | 0 | 0 | 0.19 | 0.31 | 60 | 0.18 | 0.63 |
| Hex | B1 | B1 | 8F | 0 | 0 | 13 | 1F | 3C | 12 | 3F |
| Octal | 261 | 261 | 217 | 0 | 0 | 23 | 37 | 74 | 22 | 77 |
| Binary | 10110001 | 10110001 | 10001111 | 0 | 0 | 10011 | 11111 | 111100 | 10010 | 111111 |
Color Harmonies of #B1B18F
Complementary color
Monochromatic Colors of #B1B18F
Black with #B1B18F
Text Example
Text Example
White with #B1B18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B18F; }
p { color: rgb(177,177,143); }
H1.HeaderClassName
{
color: #B1B18F;
}
.AnyTagClassName
{
color: #B1B18F;
}
</style>
background-color css
<style>
a { background-color: #B1B18F; }
a { background-color: rgb(177,177,143); }
div.DivClassName
{
background-color: #B1B18F;
}
.BgClassName
{
background-color: #B1B18F;
}
</style>
border-color css
<style>
span { border-color: #B1B18F; }
span { border-color: rgb(177,177,143); }
td.TdClassName
{
border-color: #B1B18F;
}
.TagClassName
{
border-color: #B1B18F;
}
</style>