Shades of Eagle #B5B298
Tints of Eagle #B5B298
RGB
CMYK
RGB Variations
Color information
#B5B298 (or 0xB5B298) is known color: Eagle. HEX triplet: B5, B2 and 98. RGB value is (181,178,152). Sum of RGB (Red+Green+Blue) = 181+178+152=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B298 is #4A4D67. Grayscale: #B0B0B0. Windows color (decimal): -4869480 or 10007221. OLE color: 10007221.
HSL color Cylindrical-coordinate representation of color #B5B298: hue angle of 53.79º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5B298 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 152 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.29 |
| HSL | 53.79º | 0.16% | 0.65% | - |
| HSV(B) | 53.79º | 0.16% | 0.71% | - |
| XYZ | 40.64 | 43.93 | 36.04 | - |
| YUV | 175.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 152 | 0 | 0.02 | 0.16 | 0.29 | 53.79 | 0.16 | 0.65 |
| Hex | B5 | B2 | 98 | 0 | 2 | 10 | 1D | 36 | 10 | 41 |
| Octal | 265 | 262 | 230 | 0 | 2 | 20 | 35 | 66 | 20 | 101 |
| Binary | 10110101 | 10110010 | 10011000 | 0 | 10 | 10000 | 11101 | 110110 | 10000 | 1000001 |
Color Harmonies of #B5B298
Complementary color
Monochromatic Colors of #B5B298
Black with #B5B298
Text Example
Text Example
White with #B5B298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B298; }
p { color: rgb(181,178,152); }
H1.HeaderClassName
{
color: #B5B298;
}
.AnyTagClassName
{
color: #B5B298;
}
</style>
background-color css
<style>
a { background-color: #B5B298; }
a { background-color: rgb(181,178,152); }
div.DivClassName
{
background-color: #B5B298;
}
.BgClassName
{
background-color: #B5B298;
}
</style>
border-color css
<style>
span { border-color: #B5B298; }
span { border-color: rgb(181,178,152); }
td.TdClassName
{
border-color: #B5B298;
}
.TagClassName
{
border-color: #B5B298;
}
</style>