Shades of Eagle #B1B197
Tints of Eagle #B1B197
RGB
CMYK
RGB Variations
Color information
#B1B197 (or 0xB1B197) is known color: Eagle. HEX triplet: B1, B1 and 97. RGB value is (177,177,151). Sum of RGB (Red+Green+Blue) = 177+177+151=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B197 is #4E4E68. Grayscale: #AEAEAE. Windows color (decimal): -5131881 or 9941425. OLE color: 9941425.
HSL color Cylindrical-coordinate representation of color #B1B197: hue angle of 60º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1B197 is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 177 | 151 | - |
| CMYK | 0 | 0 | 0.15 | 0.31 |
| HSL | 60º | 0.14% | 0.64% | - |
| HSV(B) | 60º | 0.15% | 0.69% | - |
| XYZ | 39.44 | 43.03 | 35.5 | - |
| YUV | 174.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 177 | 151 | 0 | 0 | 0.15 | 0.31 | 60 | 0.14 | 0.64 |
| Hex | B1 | B1 | 97 | 0 | 0 | F | 1F | 3C | E | 40 |
| Octal | 261 | 261 | 227 | 0 | 0 | 17 | 37 | 74 | 16 | 100 |
| Binary | 10110001 | 10110001 | 10010111 | 0 | 0 | 1111 | 11111 | 111100 | 1110 | 1000000 |
Color Harmonies of #B1B197
Complementary color
Monochromatic Colors of #B1B197
Black with #B1B197
Text Example
Text Example
White with #B1B197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B197; }
p { color: rgb(177,177,151); }
H1.HeaderClassName
{
color: #B1B197;
}
.AnyTagClassName
{
color: #B1B197;
}
</style>
background-color css
<style>
a { background-color: #B1B197; }
a { background-color: rgb(177,177,151); }
div.DivClassName
{
background-color: #B1B197;
}
.BgClassName
{
background-color: #B1B197;
}
</style>
border-color css
<style>
span { border-color: #B1B197; }
span { border-color: rgb(177,177,151); }
td.TdClassName
{
border-color: #B1B197;
}
.TagClassName
{
border-color: #B1B197;
}
</style>