Shades of Eagle #B3B098
Tints of Eagle #B3B098
RGB
CMYK
RGB Variations
Color information
#B3B098 (or 0xB3B098) is known color: Eagle. HEX triplet: B3, B0 and 98. RGB value is (179,176,152). Sum of RGB (Red+Green+Blue) = 179+176+152=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B098 is #4C4F67. Grayscale: #AEAEAE. Windows color (decimal): -5001064 or 10006707. OLE color: 10006707.
HSL color Cylindrical-coordinate representation of color #B3B098: hue angle of 53.33º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3B098 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 152 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.30 |
| HSL | 53.33º | 0.15% | 0.65% | - |
| HSV(B) | 53.33º | 0.15% | 0.7% | - |
| XYZ | 39.78 | 42.9 | 35.89 | - |
| YUV | 174.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 152 | 0 | 0.02 | 0.15 | 0.30 | 53.33 | 0.15 | 0.65 |
| Hex | B3 | B0 | 98 | 0 | 2 | F | 1E | 35 | F | 41 |
| Octal | 263 | 260 | 230 | 0 | 2 | 17 | 36 | 65 | 17 | 101 |
| Binary | 10110011 | 10110000 | 10011000 | 0 | 10 | 1111 | 11110 | 110101 | 1111 | 1000001 |
Color Harmonies of #B3B098
Complementary color
Monochromatic Colors of #B3B098
Black with #B3B098
Text Example
Text Example
White with #B3B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B098; }
p { color: rgb(179,176,152); }
H1.HeaderClassName
{
color: #B3B098;
}
.AnyTagClassName
{
color: #B3B098;
}
</style>
background-color css
<style>
a { background-color: #B3B098; }
a { background-color: rgb(179,176,152); }
div.DivClassName
{
background-color: #B3B098;
}
.BgClassName
{
background-color: #B3B098;
}
</style>
border-color css
<style>
span { border-color: #B3B098; }
span { border-color: rgb(179,176,152); }
td.TdClassName
{
border-color: #B3B098;
}
.TagClassName
{
border-color: #B3B098;
}
</style>