Shades of Eagle #B5B092
Tints of Eagle #B5B092
RGB
CMYK
RGB Variations
Color information
#B5B092 (or 0xB5B092) is known color: Eagle. HEX triplet: B5, B0 and 92. RGB value is (181,176,146). Sum of RGB (Red+Green+Blue) = 181+176+146=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B092 is #4A4F6D. Grayscale: #AEAEAE. Windows color (decimal): -4869998 or 9613493. OLE color: 9613493.
HSL color Cylindrical-coordinate representation of color #B5B092: hue angle of 51.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5B092 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 176 | 146 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.29 |
| HSL | 51.43º | 0.19% | 0.64% | - |
| HSV(B) | 51.43º | 0.19% | 0.71% | - |
| XYZ | 39.77 | 42.95 | 33.39 | - |
| YUV | 174.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 176 | 146 | 0 | 0.03 | 0.19 | 0.29 | 51.43 | 0.19 | 0.64 |
| Hex | B5 | B0 | 92 | 0 | 3 | 13 | 1D | 33 | 13 | 40 |
| Octal | 265 | 260 | 222 | 0 | 3 | 23 | 35 | 63 | 23 | 100 |
| Binary | 10110101 | 10110000 | 10010010 | 0 | 11 | 10011 | 11101 | 110011 | 10011 | 1000000 |
Color Harmonies of #B5B092
Complementary color
Monochromatic Colors of #B5B092
Black with #B5B092
Text Example
Text Example
White with #B5B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B092; }
p { color: rgb(181,176,146); }
H1.HeaderClassName
{
color: #B5B092;
}
.AnyTagClassName
{
color: #B5B092;
}
</style>
background-color css
<style>
a { background-color: #B5B092; }
a { background-color: rgb(181,176,146); }
div.DivClassName
{
background-color: #B5B092;
}
.BgClassName
{
background-color: #B5B092;
}
</style>
border-color css
<style>
span { border-color: #B5B092; }
span { border-color: rgb(181,176,146); }
td.TdClassName
{
border-color: #B5B092;
}
.TagClassName
{
border-color: #B5B092;
}
</style>