Shades of Eagle #B5AF92
Tints of Eagle #B5AF92
RGB
CMYK
RGB Variations
Color information
#B5AF92 (or 0xB5AF92) is known color: Eagle. HEX triplet: B5, AF and 92. RGB value is (181,175,146). Sum of RGB (Red+Green+Blue) = 181+175+146=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF92 is #4A506D. Grayscale: #ADADAD. Windows color (decimal): -4870254 or 9613237. OLE color: 9613237.
HSL color Cylindrical-coordinate representation of color #B5AF92: hue angle of 49.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5AF92 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 146 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.29 |
| HSL | 49.71º | 0.19% | 0.64% | - |
| HSV(B) | 49.71º | 0.19% | 0.71% | - |
| XYZ | 39.57 | 42.56 | 33.32 | - |
| YUV | 173.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 146 | 0 | 0.03 | 0.19 | 0.29 | 49.71 | 0.19 | 0.64 |
| Hex | B5 | AF | 92 | 0 | 3 | 13 | 1D | 32 | 13 | 40 |
| Octal | 265 | 257 | 222 | 0 | 3 | 23 | 35 | 62 | 23 | 100 |
| Binary | 10110101 | 10101111 | 10010010 | 0 | 11 | 10011 | 11101 | 110010 | 10011 | 1000000 |
Color Harmonies of #B5AF92
Complementary color
Monochromatic Colors of #B5AF92
Black with #B5AF92
Text Example
Text Example
White with #B5AF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF92; }
p { color: rgb(181,175,146); }
H1.HeaderClassName
{
color: #B5AF92;
}
.AnyTagClassName
{
color: #B5AF92;
}
</style>
background-color css
<style>
a { background-color: #B5AF92; }
a { background-color: rgb(181,175,146); }
div.DivClassName
{
background-color: #B5AF92;
}
.BgClassName
{
background-color: #B5AF92;
}
</style>
border-color css
<style>
span { border-color: #B5AF92; }
span { border-color: rgb(181,175,146); }
td.TdClassName
{
border-color: #B5AF92;
}
.TagClassName
{
border-color: #B5AF92;
}
</style>