Shades of Eagle #B1AB8F
Tints of Eagle #B1AB8F
RGB
CMYK
RGB Variations
Color information
#B1AB8F (or 0xB1AB8F) is known color: Eagle. HEX triplet: B1, AB and 8F. RGB value is (177,171,143). Sum of RGB (Red+Green+Blue) = 177+171+143=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB8F is #4E5470. Grayscale: #A9A9A9. Windows color (decimal): -5133425 or 9415601. OLE color: 9415601.
HSL color Cylindrical-coordinate representation of color #B1AB8F: hue angle of 49.41º 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 #B1AB8F is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 171 | 143 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.31 |
| HSL | 49.41º | 0.18% | 0.63% | - |
| HSV(B) | 49.41º | 0.19% | 0.69% | - |
| XYZ | 37.65 | 40.46 | 31.81 | - |
| YUV | 169.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 171 | 143 | 0 | 0.03 | 0.19 | 0.31 | 49.41 | 0.18 | 0.63 |
| Hex | B1 | AB | 8F | 0 | 3 | 13 | 1F | 31 | 12 | 3F |
| Octal | 261 | 253 | 217 | 0 | 3 | 23 | 37 | 61 | 22 | 77 |
| Binary | 10110001 | 10101011 | 10001111 | 0 | 11 | 10011 | 11111 | 110001 | 10010 | 111111 |
Color Harmonies of #B1AB8F
Complementary color
Monochromatic Colors of #B1AB8F
Black with #B1AB8F
Text Example
Text Example
White with #B1AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AB8F; }
p { color: rgb(177,171,143); }
H1.HeaderClassName
{
color: #B1AB8F;
}
.AnyTagClassName
{
color: #B1AB8F;
}
</style>
background-color css
<style>
a { background-color: #B1AB8F; }
a { background-color: rgb(177,171,143); }
div.DivClassName
{
background-color: #B1AB8F;
}
.BgClassName
{
background-color: #B1AB8F;
}
</style>
border-color css
<style>
span { border-color: #B1AB8F; }
span { border-color: rgb(177,171,143); }
td.TdClassName
{
border-color: #B1AB8F;
}
.TagClassName
{
border-color: #B1AB8F;
}
</style>