Shades of Eagle #B4B08F
Tints of Eagle #B4B08F
RGB
CMYK
RGB Variations
Color information
#B4B08F (or 0xB4B08F) is known color: Eagle. HEX triplet: B4, B0 and 8F. RGB value is (180,176,143). Sum of RGB (Red+Green+Blue) = 180+176+143=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B08F is #4B4F70. Grayscale: #ADADAD. Windows color (decimal): -4935537 or 9416884. OLE color: 9416884.
HSL color Cylindrical-coordinate representation of color #B4B08F: hue angle of 53.51º 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 #B4B08F is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 143 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.29 |
| HSL | 53.51º | 0.2% | 0.63% | - |
| HSV(B) | 53.51º | 0.21% | 0.71% | - |
| XYZ | 39.31 | 42.74 | 32.16 | - |
| YUV | 173.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 143 | 0 | 0.02 | 0.21 | 0.29 | 53.51 | 0.2 | 0.63 |
| Hex | B4 | B0 | 8F | 0 | 2 | 15 | 1D | 36 | 14 | 3F |
| Octal | 264 | 260 | 217 | 0 | 2 | 25 | 35 | 66 | 24 | 77 |
| Binary | 10110100 | 10110000 | 10001111 | 0 | 10 | 10101 | 11101 | 110110 | 10100 | 111111 |
Color Harmonies of #B4B08F
Complementary color
Monochromatic Colors of #B4B08F
Black with #B4B08F
Text Example
Text Example
White with #B4B08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B08F; }
p { color: rgb(180,176,143); }
H1.HeaderClassName
{
color: #B4B08F;
}
.AnyTagClassName
{
color: #B4B08F;
}
</style>
background-color css
<style>
a { background-color: #B4B08F; }
a { background-color: rgb(180,176,143); }
div.DivClassName
{
background-color: #B4B08F;
}
.BgClassName
{
background-color: #B4B08F;
}
</style>
border-color css
<style>
span { border-color: #B4B08F; }
span { border-color: rgb(180,176,143); }
td.TdClassName
{
border-color: #B4B08F;
}
.TagClassName
{
border-color: #B4B08F;
}
</style>