Shades of Eagle #B3B290
Tints of Eagle #B3B290
RGB
CMYK
RGB Variations
Color information
#B3B290 (or 0xB3B290) is known color: Eagle. HEX triplet: B3, B2 and 90. RGB value is (179,178,144). Sum of RGB (Red+Green+Blue) = 179+178+144=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B290 is #4C4D6F. Grayscale: #AEAEAE. Windows color (decimal): -5000560 or 9482931. OLE color: 9482931.
HSL color Cylindrical-coordinate representation of color #B3B290: hue angle of 58.29º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3B290 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 144 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.30 |
| HSL | 58.29º | 0.19% | 0.63% | - |
| HSV(B) | 58.29º | 0.2% | 0.7% | - |
| XYZ | 39.54 | 43.44 | 32.69 | - |
| YUV | 174.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 144 | 0 | 0.01 | 0.20 | 0.30 | 58.29 | 0.19 | 0.63 |
| Hex | B3 | B2 | 90 | 0 | 1 | 14 | 1E | 3A | 13 | 3F |
| Octal | 263 | 262 | 220 | 0 | 1 | 24 | 36 | 72 | 23 | 77 |
| Binary | 10110011 | 10110010 | 10010000 | 0 | 1 | 10100 | 11110 | 111010 | 10011 | 111111 |
Color Harmonies of #B3B290
Complementary color
Monochromatic Colors of #B3B290
Black with #B3B290
Text Example
Text Example
White with #B3B290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B290; }
p { color: rgb(179,178,144); }
H1.HeaderClassName
{
color: #B3B290;
}
.AnyTagClassName
{
color: #B3B290;
}
</style>
background-color css
<style>
a { background-color: #B3B290; }
a { background-color: rgb(179,178,144); }
div.DivClassName
{
background-color: #B3B290;
}
.BgClassName
{
background-color: #B3B290;
}
</style>
border-color css
<style>
span { border-color: #B3B290; }
span { border-color: rgb(179,178,144); }
td.TdClassName
{
border-color: #B3B290;
}
.TagClassName
{
border-color: #B3B290;
}
</style>