Shades of Eagle #B3AD8C
Tints of Eagle #B3AD8C
RGB
CMYK
RGB Variations
Color information
#B3AD8C (or 0xB3AD8C) is known color: Eagle. HEX triplet: B3, AD and 8C. RGB value is (179,173,140). Sum of RGB (Red+Green+Blue) = 179+173+140=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD8C is #4C5273. Grayscale: #ABABAB. Windows color (decimal): -5001844 or 9219507. OLE color: 9219507.
HSL color Cylindrical-coordinate representation of color #B3AD8C: hue angle of 50.77º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3AD8C is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 140 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.30 |
| HSL | 50.77º | 0.2% | 0.63% | - |
| HSV(B) | 50.77º | 0.22% | 0.7% | - |
| XYZ | 38.27 | 41.36 | 30.78 | - |
| YUV | 171.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 140 | 0 | 0.03 | 0.22 | 0.30 | 50.77 | 0.2 | 0.63 |
| Hex | B3 | AD | 8C | 0 | 3 | 16 | 1E | 33 | 14 | 3F |
| Octal | 263 | 255 | 214 | 0 | 3 | 26 | 36 | 63 | 24 | 77 |
| Binary | 10110011 | 10101101 | 10001100 | 0 | 11 | 10110 | 11110 | 110011 | 10100 | 111111 |
Color Harmonies of #B3AD8C
Complementary color
Monochromatic Colors of #B3AD8C
Black with #B3AD8C
Text Example
Text Example
White with #B3AD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD8C; }
p { color: rgb(179,173,140); }
H1.HeaderClassName
{
color: #B3AD8C;
}
.AnyTagClassName
{
color: #B3AD8C;
}
</style>
background-color css
<style>
a { background-color: #B3AD8C; }
a { background-color: rgb(179,173,140); }
div.DivClassName
{
background-color: #B3AD8C;
}
.BgClassName
{
background-color: #B3AD8C;
}
</style>
border-color css
<style>
span { border-color: #B3AD8C; }
span { border-color: rgb(179,173,140); }
td.TdClassName
{
border-color: #B3AD8C;
}
.TagClassName
{
border-color: #B3AD8C;
}
</style>