Shades of Eagle #B7B296
Tints of Eagle #B7B296
RGB
CMYK
RGB Variations
Color information
#B7B296 (or 0xB7B296) is known color: Eagle. HEX triplet: B7, B2 and 96. RGB value is (183,178,150). Sum of RGB (Red+Green+Blue) = 183+178+150=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7B296 is #484D69. Grayscale: #B0B0B0. Windows color (decimal): -4738410 or 9876151. OLE color: 9876151.
HSL color Cylindrical-coordinate representation of color #B7B296: hue angle of 50.91º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7B296 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 178 | 150 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.28 |
| HSL | 50.91º | 0.19% | 0.65% | - |
| HSV(B) | 50.91º | 0.18% | 0.72% | - |
| XYZ | 40.95 | 44.11 | 35.21 | - |
| YUV | 176.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 178 | 150 | 0 | 0.03 | 0.18 | 0.28 | 50.91 | 0.19 | 0.65 |
| Hex | B7 | B2 | 96 | 0 | 3 | 12 | 1C | 33 | 13 | 41 |
| Octal | 267 | 262 | 226 | 0 | 3 | 22 | 34 | 63 | 23 | 101 |
| Binary | 10110111 | 10110010 | 10010110 | 0 | 11 | 10010 | 11100 | 110011 | 10011 | 1000001 |
Color Harmonies of #B7B296
Complementary color
Monochromatic Colors of #B7B296
Black with #B7B296
Text Example
Text Example
White with #B7B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B296; }
p { color: rgb(183,178,150); }
H1.HeaderClassName
{
color: #B7B296;
}
.AnyTagClassName
{
color: #B7B296;
}
</style>
background-color css
<style>
a { background-color: #B7B296; }
a { background-color: rgb(183,178,150); }
div.DivClassName
{
background-color: #B7B296;
}
.BgClassName
{
background-color: #B7B296;
}
</style>
border-color css
<style>
span { border-color: #B7B296; }
span { border-color: rgb(183,178,150); }
td.TdClassName
{
border-color: #B7B296;
}
.TagClassName
{
border-color: #B7B296;
}
</style>