Shades of Eagle #B1AC93
Tints of Eagle #B1AC93
RGB
CMYK
RGB Variations
Color information
#B1AC93 (or 0xB1AC93) is known color: Eagle. HEX triplet: B1, AC and 93. RGB value is (177,172,147). Sum of RGB (Red+Green+Blue) = 177+172+147=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC93 is #4E536C. Grayscale: #AAAAAA. Windows color (decimal): -5133165 or 9678001. OLE color: 9678001.
HSL color Cylindrical-coordinate representation of color #B1AC93: hue angle of 50º 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 #B1AC93 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 147 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.31 |
| HSL | 50º | 0.16% | 0.64% | - |
| HSV(B) | 50º | 0.17% | 0.69% | - |
| XYZ | 38.15 | 40.96 | 33.5 | - |
| YUV | 170.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 147 | 0 | 0.03 | 0.17 | 0.31 | 50 | 0.16 | 0.64 |
| Hex | B1 | AC | 93 | 0 | 3 | 11 | 1F | 32 | 10 | 40 |
| Octal | 261 | 254 | 223 | 0 | 3 | 21 | 37 | 62 | 20 | 100 |
| Binary | 10110001 | 10101100 | 10010011 | 0 | 11 | 10001 | 11111 | 110010 | 10000 | 1000000 |
Color Harmonies of #B1AC93
Complementary color
Monochromatic Colors of #B1AC93
Black with #B1AC93
Text Example
Text Example
White with #B1AC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC93; }
p { color: rgb(177,172,147); }
H1.HeaderClassName
{
color: #B1AC93;
}
.AnyTagClassName
{
color: #B1AC93;
}
</style>
background-color css
<style>
a { background-color: #B1AC93; }
a { background-color: rgb(177,172,147); }
div.DivClassName
{
background-color: #B1AC93;
}
.BgClassName
{
background-color: #B1AC93;
}
</style>
border-color css
<style>
span { border-color: #B1AC93; }
span { border-color: rgb(177,172,147); }
td.TdClassName
{
border-color: #B1AC93;
}
.TagClassName
{
border-color: #B1AC93;
}
</style>