Shades of Eagle #B3AD92
Tints of Eagle #B3AD92
RGB
CMYK
RGB Variations
Color information
#B3AD92 (or 0xB3AD92) is known color: Eagle. HEX triplet: B3, AD and 92. RGB value is (179,173,146). Sum of RGB (Red+Green+Blue) = 179+173+146=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD92 is #4C526D. Grayscale: #ABABAB. Windows color (decimal): -5001838 or 9612723. OLE color: 9612723.
HSL color Cylindrical-coordinate representation of color #B3AD92: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3AD92 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 146 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.30 |
| HSL | 49.09º | 0.18% | 0.64% | - |
| HSV(B) | 49.09º | 0.18% | 0.7% | - |
| XYZ | 38.72 | 41.55 | 33.17 | - |
| YUV | 171.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 146 | 0 | 0.03 | 0.18 | 0.30 | 49.09 | 0.18 | 0.64 |
| Hex | B3 | AD | 92 | 0 | 3 | 12 | 1E | 31 | 12 | 40 |
| Octal | 263 | 255 | 222 | 0 | 3 | 22 | 36 | 61 | 22 | 100 |
| Binary | 10110011 | 10101101 | 10010010 | 0 | 11 | 10010 | 11110 | 110001 | 10010 | 1000000 |
Color Harmonies of #B3AD92
Complementary color
Monochromatic Colors of #B3AD92
Black with #B3AD92
Text Example
Text Example
White with #B3AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD92; }
p { color: rgb(179,173,146); }
H1.HeaderClassName
{
color: #B3AD92;
}
.AnyTagClassName
{
color: #B3AD92;
}
</style>
background-color css
<style>
a { background-color: #B3AD92; }
a { background-color: rgb(179,173,146); }
div.DivClassName
{
background-color: #B3AD92;
}
.BgClassName
{
background-color: #B3AD92;
}
</style>
border-color css
<style>
span { border-color: #B3AD92; }
span { border-color: rgb(179,173,146); }
td.TdClassName
{
border-color: #B3AD92;
}
.TagClassName
{
border-color: #B3AD92;
}
</style>