Shades of Eagle #B1AD98
Tints of Eagle #B1AD98
RGB
CMYK
RGB Variations
Color information
#B1AD98 (or 0xB1AD98) is known color: Eagle. HEX triplet: B1, AD and 98. RGB value is (177,173,152). Sum of RGB (Red+Green+Blue) = 177+173+152=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD98 is #4E5267. Grayscale: #ABABAB. Windows color (decimal): -5132904 or 10005937. OLE color: 10005937.
HSL color Cylindrical-coordinate representation of color #B1AD98: hue angle of 50.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1AD98 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 173 | 152 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.31 |
| HSL | 50.4º | 0.14% | 0.65% | - |
| HSV(B) | 50.4º | 0.14% | 0.69% | - |
| XYZ | 38.74 | 41.5 | 35.67 | - |
| YUV | 171.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 173 | 152 | 0 | 0.02 | 0.14 | 0.31 | 50.4 | 0.14 | 0.65 |
| Hex | B1 | AD | 98 | 0 | 2 | E | 1F | 32 | E | 41 |
| Octal | 261 | 255 | 230 | 0 | 2 | 16 | 37 | 62 | 16 | 101 |
| Binary | 10110001 | 10101101 | 10011000 | 0 | 10 | 1110 | 11111 | 110010 | 1110 | 1000001 |
Color Harmonies of #B1AD98
Complementary color
Monochromatic Colors of #B1AD98
Black with #B1AD98
Text Example
Text Example
White with #B1AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AD98; }
p { color: rgb(177,173,152); }
H1.HeaderClassName
{
color: #B1AD98;
}
.AnyTagClassName
{
color: #B1AD98;
}
</style>
background-color css
<style>
a { background-color: #B1AD98; }
a { background-color: rgb(177,173,152); }
div.DivClassName
{
background-color: #B1AD98;
}
.BgClassName
{
background-color: #B1AD98;
}
</style>
border-color css
<style>
span { border-color: #B1AD98; }
span { border-color: rgb(177,173,152); }
td.TdClassName
{
border-color: #B1AD98;
}
.TagClassName
{
border-color: #B1AD98;
}
</style>