Shades of Eagle #B1AF93
Tints of Eagle #B1AF93
RGB
CMYK
RGB Variations
Color information
#B1AF93 (or 0xB1AF93) is known color: Eagle. HEX triplet: B1, AF and 93. RGB value is (177,175,147). Sum of RGB (Red+Green+Blue) = 177+175+147=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF93 is #4E506C. Grayscale: #ACACAC. Windows color (decimal): -5132397 or 9678769. OLE color: 9678769.
HSL color Cylindrical-coordinate representation of color #B1AF93: hue angle of 56º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1AF93 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 147 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.31 |
| HSL | 56º | 0.16% | 0.64% | - |
| HSV(B) | 56º | 0.17% | 0.69% | - |
| XYZ | 38.73 | 42.11 | 33.69 | - |
| YUV | 172.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 147 | 0 | 0.01 | 0.17 | 0.31 | 56 | 0.16 | 0.64 |
| Hex | B1 | AF | 93 | 0 | 1 | 11 | 1F | 38 | 10 | 40 |
| Octal | 261 | 257 | 223 | 0 | 1 | 21 | 37 | 70 | 20 | 100 |
| Binary | 10110001 | 10101111 | 10010011 | 0 | 1 | 10001 | 11111 | 111000 | 10000 | 1000000 |
Color Harmonies of #B1AF93
Complementary color
Monochromatic Colors of #B1AF93
Black with #B1AF93
Text Example
Text Example
White with #B1AF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF93; }
p { color: rgb(177,175,147); }
H1.HeaderClassName
{
color: #B1AF93;
}
.AnyTagClassName
{
color: #B1AF93;
}
</style>
background-color css
<style>
a { background-color: #B1AF93; }
a { background-color: rgb(177,175,147); }
div.DivClassName
{
background-color: #B1AF93;
}
.BgClassName
{
background-color: #B1AF93;
}
</style>
border-color css
<style>
span { border-color: #B1AF93; }
span { border-color: rgb(177,175,147); }
td.TdClassName
{
border-color: #B1AF93;
}
.TagClassName
{
border-color: #B1AF93;
}
</style>