Shades of Eagle #B3B08D
Tints of Eagle #B3B08D
RGB
CMYK
RGB Variations
Color information
#B3B08D (or 0xB3B08D) is known color: Eagle. HEX triplet: B3, B0 and 8D. RGB value is (179,176,141). Sum of RGB (Red+Green+Blue) = 179+176+141=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B08D is #4C4F72. Grayscale: #ADADAD. Windows color (decimal): -5001075 or 9285811. OLE color: 9285811.
HSL color Cylindrical-coordinate representation of color #B3B08D: hue angle of 55.26º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B08D is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 141 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.30 |
| HSL | 55.26º | 0.2% | 0.63% | - |
| HSV(B) | 55.26º | 0.21% | 0.7% | - |
| XYZ | 38.92 | 42.56 | 31.36 | - |
| YUV | 172.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 141 | 0 | 0.02 | 0.21 | 0.30 | 55.26 | 0.2 | 0.63 |
| Hex | B3 | B0 | 8D | 0 | 2 | 15 | 1E | 37 | 14 | 3F |
| Octal | 263 | 260 | 215 | 0 | 2 | 25 | 36 | 67 | 24 | 77 |
| Binary | 10110011 | 10110000 | 10001101 | 0 | 10 | 10101 | 11110 | 110111 | 10100 | 111111 |
Color Harmonies of #B3B08D
Complementary color
Monochromatic Colors of #B3B08D
Black with #B3B08D
Text Example
Text Example
White with #B3B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B08D; }
p { color: rgb(179,176,141); }
H1.HeaderClassName
{
color: #B3B08D;
}
.AnyTagClassName
{
color: #B3B08D;
}
</style>
background-color css
<style>
a { background-color: #B3B08D; }
a { background-color: rgb(179,176,141); }
div.DivClassName
{
background-color: #B3B08D;
}
.BgClassName
{
background-color: #B3B08D;
}
</style>
border-color css
<style>
span { border-color: #B3B08D; }
span { border-color: rgb(179,176,141); }
td.TdClassName
{
border-color: #B3B08D;
}
.TagClassName
{
border-color: #B3B08D;
}
</style>