Shades of Eagle #B4B098
Tints of Eagle #B4B098
RGB
CMYK
RGB Variations
Color information
#B4B098 (or 0xB4B098) is known color: Eagle. HEX triplet: B4, B0 and 98. RGB value is (180,176,152). Sum of RGB (Red+Green+Blue) = 180+176+152=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B098 is #4B4F67. Grayscale: #AEAEAE. Windows color (decimal): -4935528 or 10006708. OLE color: 10006708.
HSL color Cylindrical-coordinate representation of color #B4B098: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4B098 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 152 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.29 |
| HSL | 51.43º | 0.16% | 0.65% | - |
| HSV(B) | 51.43º | 0.16% | 0.71% | - |
| XYZ | 40.02 | 43.02 | 35.9 | - |
| YUV | 174.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 152 | 0 | 0.02 | 0.16 | 0.29 | 51.43 | 0.16 | 0.65 |
| Hex | B4 | B0 | 98 | 0 | 2 | 10 | 1D | 33 | 10 | 41 |
| Octal | 264 | 260 | 230 | 0 | 2 | 20 | 35 | 63 | 20 | 101 |
| Binary | 10110100 | 10110000 | 10011000 | 0 | 10 | 10000 | 11101 | 110011 | 10000 | 1000001 |
Color Harmonies of #B4B098
Complementary color
Monochromatic Colors of #B4B098
Black with #B4B098
Text Example
Text Example
White with #B4B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B098; }
p { color: rgb(180,176,152); }
H1.HeaderClassName
{
color: #B4B098;
}
.AnyTagClassName
{
color: #B4B098;
}
</style>
background-color css
<style>
a { background-color: #B4B098; }
a { background-color: rgb(180,176,152); }
div.DivClassName
{
background-color: #B4B098;
}
.BgClassName
{
background-color: #B4B098;
}
</style>
border-color css
<style>
span { border-color: #B4B098; }
span { border-color: rgb(180,176,152); }
td.TdClassName
{
border-color: #B4B098;
}
.TagClassName
{
border-color: #B4B098;
}
</style>