Shades of Eagle #B4B294
Tints of Eagle #B4B294
RGB
CMYK
RGB Variations
Color information
#B4B294 (or 0xB4B294) is known color: Eagle. HEX triplet: B4, B2 and 94. RGB value is (180,178,148). Sum of RGB (Red+Green+Blue) = 180+178+148=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B294 is #4B4D6B. Grayscale: #AFAFAF. Windows color (decimal): -4935020 or 9745076. OLE color: 9745076.
HSL color Cylindrical-coordinate representation of color #B4B294: hue angle of 56.25º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4B294 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 148 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.29 |
| HSL | 56.25º | 0.18% | 0.64% | - |
| HSV(B) | 56.25º | 0.18% | 0.71% | - |
| XYZ | 40.09 | 43.68 | 34.34 | - |
| YUV | 175.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 148 | 0 | 0.01 | 0.18 | 0.29 | 56.25 | 0.18 | 0.64 |
| Hex | B4 | B2 | 94 | 0 | 1 | 12 | 1D | 38 | 12 | 40 |
| Octal | 264 | 262 | 224 | 0 | 1 | 22 | 35 | 70 | 22 | 100 |
| Binary | 10110100 | 10110010 | 10010100 | 0 | 1 | 10010 | 11101 | 111000 | 10010 | 1000000 |
Color Harmonies of #B4B294
Complementary color
Monochromatic Colors of #B4B294
Black with #B4B294
Text Example
Text Example
White with #B4B294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B294; }
p { color: rgb(180,178,148); }
H1.HeaderClassName
{
color: #B4B294;
}
.AnyTagClassName
{
color: #B4B294;
}
</style>
background-color css
<style>
a { background-color: #B4B294; }
a { background-color: rgb(180,178,148); }
div.DivClassName
{
background-color: #B4B294;
}
.BgClassName
{
background-color: #B4B294;
}
</style>
border-color css
<style>
span { border-color: #B4B294; }
span { border-color: rgb(180,178,148); }
td.TdClassName
{
border-color: #B4B294;
}
.TagClassName
{
border-color: #B4B294;
}
</style>