Shades of Eagle #B2B19A
Tints of Eagle #B2B19A
RGB
CMYK
RGB Variations
Color information
#B2B19A (or 0xB2B19A) is known color: Eagle. HEX triplet: B2, B1 and 9A. RGB value is (178,177,154). Sum of RGB (Red+Green+Blue) = 178+177+154=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B19A is #4D4E65. Grayscale: #AEAEAE. Windows color (decimal): -5066342 or 10138034. OLE color: 10138034.
HSL color Cylindrical-coordinate representation of color #B2B19A: hue angle of 57.5º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2B19A is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 154 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.30 |
| HSL | 57.5º | 0.13% | 0.65% | - |
| HSV(B) | 57.5º | 0.13% | 0.7% | - |
| XYZ | 39.91 | 43.24 | 36.81 | - |
| YUV | 174.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 154 | 0 | 0.01 | 0.13 | 0.30 | 57.5 | 0.13 | 0.65 |
| Hex | B2 | B1 | 9A | 0 | 1 | D | 1E | 3A | D | 41 |
| Octal | 262 | 261 | 232 | 0 | 1 | 15 | 36 | 72 | 15 | 101 |
| Binary | 10110010 | 10110001 | 10011010 | 0 | 1 | 1101 | 11110 | 111010 | 1101 | 1000001 |
Color Harmonies of #B2B19A
Complementary color
Monochromatic Colors of #B2B19A
Black with #B2B19A
Text Example
Text Example
White with #B2B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B19A; }
p { color: rgb(178,177,154); }
H1.HeaderClassName
{
color: #B2B19A;
}
.AnyTagClassName
{
color: #B2B19A;
}
</style>
background-color css
<style>
a { background-color: #B2B19A; }
a { background-color: rgb(178,177,154); }
div.DivClassName
{
background-color: #B2B19A;
}
.BgClassName
{
background-color: #B2B19A;
}
</style>
border-color css
<style>
span { border-color: #B2B19A; }
span { border-color: rgb(178,177,154); }
td.TdClassName
{
border-color: #B2B19A;
}
.TagClassName
{
border-color: #B2B19A;
}
</style>