Shades of Eagle #B4B095
Tints of Eagle #B4B095
RGB
CMYK
RGB Variations
Color information
#B4B095 (or 0xB4B095) is known color: Eagle. HEX triplet: B4, B0 and 95. RGB value is (180,176,149). Sum of RGB (Red+Green+Blue) = 180+176+149=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B095 is #4B4F6A. Grayscale: #AEAEAE. Windows color (decimal): -4935531 or 9810100. OLE color: 9810100.
HSL color Cylindrical-coordinate representation of color #B4B095: hue angle of 52.26º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4B095 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 149 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.29 |
| HSL | 52.26º | 0.17% | 0.65% | - |
| HSV(B) | 52.26º | 0.17% | 0.71% | - |
| XYZ | 39.77 | 42.92 | 34.62 | - |
| YUV | 174.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 149 | 0 | 0.02 | 0.17 | 0.29 | 52.26 | 0.17 | 0.65 |
| Hex | B4 | B0 | 95 | 0 | 2 | 11 | 1D | 34 | 11 | 41 |
| Octal | 264 | 260 | 225 | 0 | 2 | 21 | 35 | 64 | 21 | 101 |
| Binary | 10110100 | 10110000 | 10010101 | 0 | 10 | 10001 | 11101 | 110100 | 10001 | 1000001 |
Color Harmonies of #B4B095
Complementary color
Monochromatic Colors of #B4B095
Black with #B4B095
Text Example
Text Example
White with #B4B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B095; }
p { color: rgb(180,176,149); }
H1.HeaderClassName
{
color: #B4B095;
}
.AnyTagClassName
{
color: #B4B095;
}
</style>
background-color css
<style>
a { background-color: #B4B095; }
a { background-color: rgb(180,176,149); }
div.DivClassName
{
background-color: #B4B095;
}
.BgClassName
{
background-color: #B4B095;
}
</style>
border-color css
<style>
span { border-color: #B4B095; }
span { border-color: rgb(180,176,149); }
td.TdClassName
{
border-color: #B4B095;
}
.TagClassName
{
border-color: #B4B095;
}
</style>