Shades of Eagle #B1AD9E
Tints of Eagle #B1AD9E
RGB
CMYK
RGB Variations
Color information
#B1AD9E (or 0xB1AD9E) is known color: Eagle. HEX triplet: B1, AD and 9E. RGB value is (177,173,158). Sum of RGB (Red+Green+Blue) = 177+173+158=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD9E is #4E5261. Grayscale: #ACACAC. Windows color (decimal): -5132898 or 10399153. OLE color: 10399153.
HSL color Cylindrical-coordinate representation of color #B1AD9E: hue angle of 47.37º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AD9E is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 158 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.31 |
| HSL | 47.37º | 0.11% | 0.66% | - |
| HSV(B) | 47.37º | 0.11% | 0.69% | - |
| XYZ | 39.25 | 41.7 | 38.33 | - |
| YUV | 172.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 158 | 0 | 0.02 | 0.11 | 0.31 | 47.37 | 0.11 | 0.66 |
| Hex | B1 | AD | 9E | 0 | 2 | B | 1F | 2F | B | 42 |
| Octal | 261 | 255 | 236 | 0 | 2 | 13 | 37 | 57 | 13 | 102 |
| Binary | 10110001 | 10101101 | 10011110 | 0 | 10 | 1011 | 11111 | 101111 | 1011 | 1000010 |
Color Harmonies of #B1AD9E
Complementary color
Monochromatic Colors of #B1AD9E
Black with #B1AD9E
Text Example
Text Example
White with #B1AD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD9E; }
p { color: rgb(177,173,158); }
H1.HeaderClassName
{
color: #B1AD9E;
}
.AnyTagClassName
{
color: #B1AD9E;
}
</style>
background-color css
<style>
a { background-color: #B1AD9E; }
a { background-color: rgb(177,173,158); }
div.DivClassName
{
background-color: #B1AD9E;
}
.BgClassName
{
background-color: #B1AD9E;
}
</style>
border-color css
<style>
span { border-color: #B1AD9E; }
span { border-color: rgb(177,173,158); }
td.TdClassName
{
border-color: #B1AD9E;
}
.TagClassName
{
border-color: #B1AD9E;
}
</style>