Shades of Eagle #B1AB95
Tints of Eagle #B1AB95
RGB
CMYK
RGB Variations
Color information
#B1AB95 (or 0xB1AB95) is known color: Eagle. HEX triplet: B1, AB and 95. RGB value is (177,171,149). Sum of RGB (Red+Green+Blue) = 177+171+149=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB95 is #4E546A. Grayscale: #AAAAAA. Windows color (decimal): -5133419 or 9808817. OLE color: 9808817.
HSL color Cylindrical-coordinate representation of color #B1AB95: hue angle of 47.14º 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 #B1AB95 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 149 | - |
| CMYK | 0 | 0.03 | 0.16 | 0.31 |
| HSL | 47.14º | 0.15% | 0.64% | - |
| HSV(B) | 47.14º | 0.16% | 0.69% | - |
| XYZ | 38.12 | 40.64 | 34.27 | - |
| YUV | 170.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 149 | 0 | 0.03 | 0.16 | 0.31 | 47.14 | 0.15 | 0.64 |
| Hex | B1 | AB | 95 | 0 | 3 | 10 | 1F | 2F | F | 40 |
| Octal | 261 | 253 | 225 | 0 | 3 | 20 | 37 | 57 | 17 | 100 |
| Binary | 10110001 | 10101011 | 10010101 | 0 | 11 | 10000 | 11111 | 101111 | 1111 | 1000000 |
Color Harmonies of #B1AB95
Complementary color
Monochromatic Colors of #B1AB95
Black with #B1AB95
Text Example
Text Example
White with #B1AB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB95; }
p { color: rgb(177,171,149); }
H1.HeaderClassName
{
color: #B1AB95;
}
.AnyTagClassName
{
color: #B1AB95;
}
</style>
background-color css
<style>
a { background-color: #B1AB95; }
a { background-color: rgb(177,171,149); }
div.DivClassName
{
background-color: #B1AB95;
}
.BgClassName
{
background-color: #B1AB95;
}
</style>
border-color css
<style>
span { border-color: #B1AB95; }
span { border-color: rgb(177,171,149); }
td.TdClassName
{
border-color: #B1AB95;
}
.TagClassName
{
border-color: #B1AB95;
}
</style>