Shades of Eagle #B5AF95
Tints of Eagle #B5AF95
RGB
CMYK
RGB Variations
Color information
#B5AF95 (or 0xB5AF95) is known color: Eagle. HEX triplet: B5, AF and 95. RGB value is (181,175,149). Sum of RGB (Red+Green+Blue) = 181+175+149=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF95 is #4A506A. Grayscale: #ADADAD. Windows color (decimal): -4870251 or 9809845. OLE color: 9809845.
HSL color Cylindrical-coordinate representation of color #B5AF95: hue angle of 48.75º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5AF95 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 175 | 149 | - |
CMYK | 0 | 0.03 | 0.18 | 0.29 |
HSL | 48.75º | 0.18% | 0.65% | - |
HSV(B) | 48.75º | 0.18% | 0.71% | - |
XYZ | 39.81 | 42.65 | 34.57 | - |
YUV | 173.83 | 113.99 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 149 | 0 | 0.03 | 0.18 | 0.29 | 48.75 | 0.18 | 0.65 |
Hex | B5 | AF | 95 | 0 | 3 | 12 | 1D | 31 | 12 | 41 |
Octal | 265 | 257 | 225 | 0 | 3 | 22 | 35 | 61 | 22 | 101 |
Binary | 10110101 | 10101111 | 10010101 | 0 | 11 | 10010 | 11101 | 110001 | 10010 | 1000001 |
Color Harmonies of #B5AF95
Complementary color
Monochromatic Colors of #B5AF95
Black with #B5AF95
Text Example
Text Example
White with #B5AF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF95; }
p { color: rgb(181,175,149); }
H1.HeaderClassName
{
color: #B5AF95;
}
.AnyTagClassName
{
color: #B5AF95;
}
</style>
background-color css
<style>
a { background-color: #B5AF95; }
a { background-color: rgb(181,175,149); }
div.DivClassName
{
background-color: #B5AF95;
}
.BgClassName
{
background-color: #B5AF95;
}
</style>
border-color css
<style>
span { border-color: #B5AF95; }
span { border-color: rgb(181,175,149); }
td.TdClassName
{
border-color: #B5AF95;
}
.TagClassName
{
border-color: #B5AF95;
}
</style>