Shades of Eagle #B3B299
Tints of Eagle #B3B299
RGB
CMYK
RGB Variations
Color information
#B3B299 (or 0xB3B299) is known color: Eagle. HEX triplet: B3, B2 and 99. RGB value is (179,178,153). Sum of RGB (Red+Green+Blue) = 179+178+153=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B299 is #4C4D66. Grayscale: #AFAFAF. Windows color (decimal): -5000551 or 10072755. OLE color: 10072755.
HSL color Cylindrical-coordinate representation of color #B3B299: hue angle of 57.69º 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 #B3B299 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 153 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.30 |
| HSL | 57.69º | 0.15% | 0.65% | - |
| HSV(B) | 57.69º | 0.15% | 0.7% | - |
| XYZ | 40.26 | 43.72 | 36.45 | - |
| YUV | 175.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 153 | 0 | 0.01 | 0.15 | 0.30 | 57.69 | 0.15 | 0.65 |
| Hex | B3 | B2 | 99 | 0 | 1 | F | 1E | 3A | F | 41 |
| Octal | 263 | 262 | 231 | 0 | 1 | 17 | 36 | 72 | 17 | 101 |
| Binary | 10110011 | 10110010 | 10011001 | 0 | 1 | 1111 | 11110 | 111010 | 1111 | 1000001 |
Color Harmonies of #B3B299
Complementary color
Monochromatic Colors of #B3B299
Black with #B3B299
Text Example
Text Example
White with #B3B299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B299; }
p { color: rgb(179,178,153); }
H1.HeaderClassName
{
color: #B3B299;
}
.AnyTagClassName
{
color: #B3B299;
}
</style>
background-color css
<style>
a { background-color: #B3B299; }
a { background-color: rgb(179,178,153); }
div.DivClassName
{
background-color: #B3B299;
}
.BgClassName
{
background-color: #B3B299;
}
</style>
border-color css
<style>
span { border-color: #B3B299; }
span { border-color: rgb(179,178,153); }
td.TdClassName
{
border-color: #B3B299;
}
.TagClassName
{
border-color: #B3B299;
}
</style>