Shades of Eagle #B3B097
Tints of Eagle #B3B097
RGB
CMYK
RGB Variations
Color information
#B3B097 (or 0xB3B097) is known color: Eagle. HEX triplet: B3, B0 and 97. RGB value is (179,176,151). Sum of RGB (Red+Green+Blue) = 179+176+151=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B097 is #4C4F68. Grayscale: #AEAEAE. Windows color (decimal): -5001065 or 9941171. OLE color: 9941171.
HSL color Cylindrical-coordinate representation of color #B3B097: hue angle of 53.57º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3B097 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 151 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.30 |
| HSL | 53.57º | 0.16% | 0.65% | - |
| HSV(B) | 53.57º | 0.16% | 0.7% | - |
| XYZ | 39.7 | 42.87 | 35.46 | - |
| YUV | 174.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 151 | 0 | 0.02 | 0.16 | 0.30 | 53.57 | 0.16 | 0.65 |
| Hex | B3 | B0 | 97 | 0 | 2 | 10 | 1E | 36 | 10 | 41 |
| Octal | 263 | 260 | 227 | 0 | 2 | 20 | 36 | 66 | 20 | 101 |
| Binary | 10110011 | 10110000 | 10010111 | 0 | 10 | 10000 | 11110 | 110110 | 10000 | 1000001 |
Color Harmonies of #B3B097
Complementary color
Monochromatic Colors of #B3B097
Black with #B3B097
Text Example
Text Example
White with #B3B097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B097; }
p { color: rgb(179,176,151); }
H1.HeaderClassName
{
color: #B3B097;
}
.AnyTagClassName
{
color: #B3B097;
}
</style>
background-color css
<style>
a { background-color: #B3B097; }
a { background-color: rgb(179,176,151); }
div.DivClassName
{
background-color: #B3B097;
}
.BgClassName
{
background-color: #B3B097;
}
</style>
border-color css
<style>
span { border-color: #B3B097; }
span { border-color: rgb(179,176,151); }
td.TdClassName
{
border-color: #B3B097;
}
.TagClassName
{
border-color: #B3B097;
}
</style>