Shades of Eagle #B2AF8C
Tints of Eagle #B2AF8C
RGB
CMYK
RGB Variations
Color information
#B2AF8C (or 0xB2AF8C) is known color: Eagle. HEX triplet: B2, AF and 8C. RGB value is (178,175,140). Sum of RGB (Red+Green+Blue) = 178+175+140=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF8C is #4D5073. Grayscale: #ACACAC. Windows color (decimal): -5066868 or 9220018. OLE color: 9220018.
HSL color Cylindrical-coordinate representation of color #B2AF8C: hue angle of 55.26º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2AF8C is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 140 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.30 |
| HSL | 55.26º | 0.2% | 0.62% | - |
| HSV(B) | 55.26º | 0.21% | 0.7% | - |
| XYZ | 38.42 | 42.02 | 30.9 | - |
| YUV | 171.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 140 | 0 | 0.02 | 0.21 | 0.30 | 55.26 | 0.2 | 0.62 |
| Hex | B2 | AF | 8C | 0 | 2 | 15 | 1E | 37 | 14 | 3E |
| Octal | 262 | 257 | 214 | 0 | 2 | 25 | 36 | 67 | 24 | 76 |
| Binary | 10110010 | 10101111 | 10001100 | 0 | 10 | 10101 | 11110 | 110111 | 10100 | 111110 |
Color Harmonies of #B2AF8C
Complementary color
Monochromatic Colors of #B2AF8C
Black with #B2AF8C
Text Example
Text Example
White with #B2AF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF8C; }
p { color: rgb(178,175,140); }
H1.HeaderClassName
{
color: #B2AF8C;
}
.AnyTagClassName
{
color: #B2AF8C;
}
</style>
background-color css
<style>
a { background-color: #B2AF8C; }
a { background-color: rgb(178,175,140); }
div.DivClassName
{
background-color: #B2AF8C;
}
.BgClassName
{
background-color: #B2AF8C;
}
</style>
border-color css
<style>
span { border-color: #B2AF8C; }
span { border-color: rgb(178,175,140); }
td.TdClassName
{
border-color: #B2AF8C;
}
.TagClassName
{
border-color: #B2AF8C;
}
</style>