Shades of Eagle #B4B393
Tints of Eagle #B4B393
RGB
CMYK
RGB Variations
Color information
#B4B393 (or 0xB4B393) is known color: Eagle. HEX triplet: B4, B3 and 93. RGB value is (180,179,147). Sum of RGB (Red+Green+Blue) = 180+179+147=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B393 is #4B4C6C. Grayscale: #AFAFAF. Windows color (decimal): -4934765 or 9679796. OLE color: 9679796.
HSL color Cylindrical-coordinate representation of color #B4B393: hue angle of 58.18º 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 #B4B393 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 179 | 147 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.29 |
| HSL | 58.18º | 0.18% | 0.64% | - |
| HSV(B) | 58.18º | 0.18% | 0.71% | - |
| XYZ | 40.21 | 44.05 | 33.99 | - |
| YUV | 175.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 147 | 0 | 0.01 | 0.18 | 0.29 | 58.18 | 0.18 | 0.64 |
| Hex | B4 | B3 | 93 | 0 | 1 | 12 | 1D | 3A | 12 | 40 |
| Octal | 264 | 263 | 223 | 0 | 1 | 22 | 35 | 72 | 22 | 100 |
| Binary | 10110100 | 10110011 | 10010011 | 0 | 1 | 10010 | 11101 | 111010 | 10010 | 1000000 |
Color Harmonies of #B4B393
Complementary color
Monochromatic Colors of #B4B393
Black with #B4B393
Text Example
Text Example
White with #B4B393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B393; }
p { color: rgb(180,179,147); }
H1.HeaderClassName
{
color: #B4B393;
}
.AnyTagClassName
{
color: #B4B393;
}
</style>
background-color css
<style>
a { background-color: #B4B393; }
a { background-color: rgb(180,179,147); }
div.DivClassName
{
background-color: #B4B393;
}
.BgClassName
{
background-color: #B4B393;
}
</style>
border-color css
<style>
span { border-color: #B4B393; }
span { border-color: rgb(180,179,147); }
td.TdClassName
{
border-color: #B4B393;
}
.TagClassName
{
border-color: #B4B393;
}
</style>