Shades of Eagle #B1B095
Tints of Eagle #B1B095
RGB
CMYK
RGB Variations
Color information
#B1B095 (or 0xB1B095) is known color: Eagle. HEX triplet: B1, B0 and 95. RGB value is (177,176,149). Sum of RGB (Red+Green+Blue) = 177+176+149=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B095 is #4E4F6A. Grayscale: #ADADAD. Windows color (decimal): -5132139 or 9810097. OLE color: 9810097.
HSL color Cylindrical-coordinate representation of color #B1B095: hue angle of 57.86º 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 #B1B095 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 149 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.31 |
| HSL | 57.86º | 0.15% | 0.64% | - |
| HSV(B) | 57.86º | 0.16% | 0.69% | - |
| XYZ | 39.08 | 42.57 | 34.59 | - |
| YUV | 173.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 149 | 0 | 0.01 | 0.16 | 0.31 | 57.86 | 0.15 | 0.64 |
| Hex | B1 | B0 | 95 | 0 | 1 | 10 | 1F | 3A | F | 40 |
| Octal | 261 | 260 | 225 | 0 | 1 | 20 | 37 | 72 | 17 | 100 |
| Binary | 10110001 | 10110000 | 10010101 | 0 | 1 | 10000 | 11111 | 111010 | 1111 | 1000000 |
Color Harmonies of #B1B095
Complementary color
Monochromatic Colors of #B1B095
Black with #B1B095
Text Example
Text Example
White with #B1B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B095; }
p { color: rgb(177,176,149); }
H1.HeaderClassName
{
color: #B1B095;
}
.AnyTagClassName
{
color: #B1B095;
}
</style>
background-color css
<style>
a { background-color: #B1B095; }
a { background-color: rgb(177,176,149); }
div.DivClassName
{
background-color: #B1B095;
}
.BgClassName
{
background-color: #B1B095;
}
</style>
border-color css
<style>
span { border-color: #B1B095; }
span { border-color: rgb(177,176,149); }
td.TdClassName
{
border-color: #B1B095;
}
.TagClassName
{
border-color: #B1B095;
}
</style>