Shades of Eagle #B5B097
Tints of Eagle #B5B097
RGB
CMYK
RGB Variations
Color information
#B5B097 (or 0xB5B097) is known color: Eagle. HEX triplet: B5, B0 and 97. RGB value is (181,176,151). Sum of RGB (Red+Green+Blue) = 181+176+151=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B097 is #4A4F68. Grayscale: #AEAEAE. Windows color (decimal): -4869993 or 9941173. OLE color: 9941173.
HSL color Cylindrical-coordinate representation of color #B5B097: hue angle of 50º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5B097 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 151 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.29 |
| HSL | 50º | 0.17% | 0.65% | - |
| HSV(B) | 50º | 0.17% | 0.71% | - |
| XYZ | 40.17 | 43.11 | 35.48 | - |
| YUV | 174.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 151 | 0 | 0.03 | 0.17 | 0.29 | 50 | 0.17 | 0.65 |
| Hex | B5 | B0 | 97 | 0 | 3 | 11 | 1D | 32 | 11 | 41 |
| Octal | 265 | 260 | 227 | 0 | 3 | 21 | 35 | 62 | 21 | 101 |
| Binary | 10110101 | 10110000 | 10010111 | 0 | 11 | 10001 | 11101 | 110010 | 10001 | 1000001 |
Color Harmonies of #B5B097
Complementary color
Monochromatic Colors of #B5B097
Black with #B5B097
Text Example
Text Example
White with #B5B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B097; }
p { color: rgb(181,176,151); }
H1.HeaderClassName
{
color: #B5B097;
}
.AnyTagClassName
{
color: #B5B097;
}
</style>
background-color css
<style>
a { background-color: #B5B097; }
a { background-color: rgb(181,176,151); }
div.DivClassName
{
background-color: #B5B097;
}
.BgClassName
{
background-color: #B5B097;
}
</style>
border-color css
<style>
span { border-color: #B5B097; }
span { border-color: rgb(181,176,151); }
td.TdClassName
{
border-color: #B5B097;
}
.TagClassName
{
border-color: #B5B097;
}
</style>