Shades of Eagle #B5B099
Tints of Eagle #B5B099
RGB
CMYK
RGB Variations
Color information
#B5B099 (or 0xB5B099) is known color: Eagle. HEX triplet: B5, B0 and 99. RGB value is (181,176,153). Sum of RGB (Red+Green+Blue) = 181+176+153=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B099 is #4A4F66. Grayscale: #AEAEAE. Windows color (decimal): -4869991 or 10072245. OLE color: 10072245.
HSL color Cylindrical-coordinate representation of color #B5B099: hue angle of 49.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B5B099 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 153 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.29 |
| HSL | 49.29º | 0.16% | 0.65% | - |
| HSV(B) | 49.29º | 0.15% | 0.71% | - |
| XYZ | 40.33 | 43.17 | 36.34 | - |
| YUV | 174.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 153 | 0 | 0.03 | 0.15 | 0.29 | 49.29 | 0.16 | 0.65 |
| Hex | B5 | B0 | 99 | 0 | 3 | F | 1D | 31 | 10 | 41 |
| Octal | 265 | 260 | 231 | 0 | 3 | 17 | 35 | 61 | 20 | 101 |
| Binary | 10110101 | 10110000 | 10011001 | 0 | 11 | 1111 | 11101 | 110001 | 10000 | 1000001 |
Color Harmonies of #B5B099
Complementary color
Monochromatic Colors of #B5B099
Black with #B5B099
Text Example
Text Example
White with #B5B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B099; }
p { color: rgb(181,176,153); }
H1.HeaderClassName
{
color: #B5B099;
}
.AnyTagClassName
{
color: #B5B099;
}
</style>
background-color css
<style>
a { background-color: #B5B099; }
a { background-color: rgb(181,176,153); }
div.DivClassName
{
background-color: #B5B099;
}
.BgClassName
{
background-color: #B5B099;
}
</style>
border-color css
<style>
span { border-color: #B5B099; }
span { border-color: rgb(181,176,153); }
td.TdClassName
{
border-color: #B5B099;
}
.TagClassName
{
border-color: #B5B099;
}
</style>