Shades of Eagle #B4B08E
Tints of Eagle #B4B08E
RGB
CMYK
RGB Variations
Color information
#B4B08E (or 0xB4B08E) is known color: Eagle. HEX triplet: B4, B0 and 8E. RGB value is (180,176,142). Sum of RGB (Red+Green+Blue) = 180+176+142=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B08E is #4B4F71. Grayscale: #ADADAD. Windows color (decimal): -4935538 or 9351348. OLE color: 9351348.
HSL color Cylindrical-coordinate representation of color #B4B08E: hue angle of 53.68º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4B08E is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 142 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.29 |
| HSL | 53.68º | 0.2% | 0.63% | - |
| HSV(B) | 53.68º | 0.21% | 0.71% | - |
| XYZ | 39.23 | 42.71 | 31.77 | - |
| YUV | 173.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 142 | 0 | 0.02 | 0.21 | 0.29 | 53.68 | 0.2 | 0.63 |
| Hex | B4 | B0 | 8E | 0 | 2 | 15 | 1D | 36 | 14 | 3F |
| Octal | 264 | 260 | 216 | 0 | 2 | 25 | 35 | 66 | 24 | 77 |
| Binary | 10110100 | 10110000 | 10001110 | 0 | 10 | 10101 | 11101 | 110110 | 10100 | 111111 |
Color Harmonies of #B4B08E
Complementary color
Monochromatic Colors of #B4B08E
Black with #B4B08E
Text Example
Text Example
White with #B4B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B08E; }
p { color: rgb(180,176,142); }
H1.HeaderClassName
{
color: #B4B08E;
}
.AnyTagClassName
{
color: #B4B08E;
}
</style>
background-color css
<style>
a { background-color: #B4B08E; }
a { background-color: rgb(180,176,142); }
div.DivClassName
{
background-color: #B4B08E;
}
.BgClassName
{
background-color: #B4B08E;
}
</style>
border-color css
<style>
span { border-color: #B4B08E; }
span { border-color: rgb(180,176,142); }
td.TdClassName
{
border-color: #B4B08E;
}
.TagClassName
{
border-color: #B4B08E;
}
</style>