Shades of Eagle #B2B199
Tints of Eagle #B2B199
RGB
CMYK
RGB Variations
Color information
#B2B199 (or 0xB2B199) is known color: Eagle. HEX triplet: B2, B1 and 99. RGB value is (178,177,153). Sum of RGB (Red+Green+Blue) = 178+177+153=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B199 is #4D4E66. Grayscale: #AEAEAE. Windows color (decimal): -5066343 or 10072498. OLE color: 10072498.
HSL color Cylindrical-coordinate representation of color #B2B199: hue angle of 57.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B199 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 153 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.30 |
| HSL | 57.6º | 0.14% | 0.65% | - |
| HSV(B) | 57.6º | 0.14% | 0.7% | - |
| XYZ | 39.83 | 43.21 | 36.38 | - |
| YUV | 174.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 153 | 0 | 0.01 | 0.14 | 0.30 | 57.6 | 0.14 | 0.65 |
| Hex | B2 | B1 | 99 | 0 | 1 | E | 1E | 3A | E | 41 |
| Octal | 262 | 261 | 231 | 0 | 1 | 16 | 36 | 72 | 16 | 101 |
| Binary | 10110010 | 10110001 | 10011001 | 0 | 1 | 1110 | 11110 | 111010 | 1110 | 1000001 |
Color Harmonies of #B2B199
Complementary color
Monochromatic Colors of #B2B199
Black with #B2B199
Text Example
Text Example
White with #B2B199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B199; }
p { color: rgb(178,177,153); }
H1.HeaderClassName
{
color: #B2B199;
}
.AnyTagClassName
{
color: #B2B199;
}
</style>
background-color css
<style>
a { background-color: #B2B199; }
a { background-color: rgb(178,177,153); }
div.DivClassName
{
background-color: #B2B199;
}
.BgClassName
{
background-color: #B2B199;
}
</style>
border-color css
<style>
span { border-color: #B2B199; }
span { border-color: rgb(178,177,153); }
td.TdClassName
{
border-color: #B2B199;
}
.TagClassName
{
border-color: #B2B199;
}
</style>