Shades of Eagle #B2B08E
Tints of Eagle #B2B08E
RGB
CMYK
RGB Variations
Color information
#B2B08E (or 0xB2B08E) is known color: Eagle. HEX triplet: B2, B0 and 8E. RGB value is (178,176,142). Sum of RGB (Red+Green+Blue) = 178+176+142=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B08E is #4D4F71. Grayscale: #ACACAC. Windows color (decimal): -5066610 or 9351346. OLE color: 9351346.
HSL color Cylindrical-coordinate representation of color #B2B08E: hue angle of 56.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B08E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 142 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.30 |
| HSL | 56.67º | 0.19% | 0.63% | - |
| HSV(B) | 56.67º | 0.2% | 0.7% | - |
| XYZ | 38.77 | 42.47 | 31.75 | - |
| YUV | 172.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 142 | 0 | 0.01 | 0.20 | 0.30 | 56.67 | 0.19 | 0.63 |
| Hex | B2 | B0 | 8E | 0 | 1 | 14 | 1E | 39 | 13 | 3F |
| Octal | 262 | 260 | 216 | 0 | 1 | 24 | 36 | 71 | 23 | 77 |
| Binary | 10110010 | 10110000 | 10001110 | 0 | 1 | 10100 | 11110 | 111001 | 10011 | 111111 |
Color Harmonies of #B2B08E
Complementary color
Monochromatic Colors of #B2B08E
Black with #B2B08E
Text Example
Text Example
White with #B2B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B08E; }
p { color: rgb(178,176,142); }
H1.HeaderClassName
{
color: #B2B08E;
}
.AnyTagClassName
{
color: #B2B08E;
}
</style>
background-color css
<style>
a { background-color: #B2B08E; }
a { background-color: rgb(178,176,142); }
div.DivClassName
{
background-color: #B2B08E;
}
.BgClassName
{
background-color: #B2B08E;
}
</style>
border-color css
<style>
span { border-color: #B2B08E; }
span { border-color: rgb(178,176,142); }
td.TdClassName
{
border-color: #B2B08E;
}
.TagClassName
{
border-color: #B2B08E;
}
</style>