Shades of Eagle #B5B199
Tints of Eagle #B5B199
RGB
CMYK
RGB Variations
Color information
#B5B199 (or 0xB5B199) is known color: Eagle. HEX triplet: B5, B1 and 99. RGB value is (181,177,153). Sum of RGB (Red+Green+Blue) = 181+177+153=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B199 is #4A4E66. Grayscale: #AFAFAF. Windows color (decimal): -4869735 or 10072501. OLE color: 10072501.
HSL color Cylindrical-coordinate representation of color #B5B199: hue angle of 51.43º 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 #B5B199 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 153 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.29 |
| HSL | 51.43º | 0.16% | 0.65% | - |
| HSV(B) | 51.43º | 0.15% | 0.71% | - |
| XYZ | 40.53 | 43.57 | 36.41 | - |
| YUV | 175.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 153 | 0 | 0.02 | 0.15 | 0.29 | 51.43 | 0.16 | 0.65 |
| Hex | B5 | B1 | 99 | 0 | 2 | F | 1D | 33 | 10 | 41 |
| Octal | 265 | 261 | 231 | 0 | 2 | 17 | 35 | 63 | 20 | 101 |
| Binary | 10110101 | 10110001 | 10011001 | 0 | 10 | 1111 | 11101 | 110011 | 10000 | 1000001 |
Color Harmonies of #B5B199
Complementary color
Monochromatic Colors of #B5B199
Black with #B5B199
Text Example
Text Example
White with #B5B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B199; }
p { color: rgb(181,177,153); }
H1.HeaderClassName
{
color: #B5B199;
}
.AnyTagClassName
{
color: #B5B199;
}
</style>
background-color css
<style>
a { background-color: #B5B199; }
a { background-color: rgb(181,177,153); }
div.DivClassName
{
background-color: #B5B199;
}
.BgClassName
{
background-color: #B5B199;
}
</style>
border-color css
<style>
span { border-color: #B5B199; }
span { border-color: rgb(181,177,153); }
td.TdClassName
{
border-color: #B5B199;
}
.TagClassName
{
border-color: #B5B199;
}
</style>