Shades of Eagle #B2AF9B
Tints of Eagle #B2AF9B
RGB
CMYK
RGB Variations
Color information
#B2AF9B (or 0xB2AF9B) is known color: Eagle. HEX triplet: B2, AF and 9B. RGB value is (178,175,155). Sum of RGB (Red+Green+Blue) = 178+175+155=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF9B is #4D5064. Grayscale: #ADADAD. Windows color (decimal): -5066853 or 10203058. OLE color: 10203058.
HSL color Cylindrical-coordinate representation of color #B2AF9B: hue angle of 52.17º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AF9B is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 175 | 155 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.30 |
| HSL | 52.17º | 0.13% | 0.65% | - |
| HSV(B) | 52.17º | 0.13% | 0.7% | - |
| XYZ | 39.61 | 42.49 | 37.12 | - |
| YUV | 173.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 155 | 0 | 0.02 | 0.13 | 0.30 | 52.17 | 0.13 | 0.65 |
| Hex | B2 | AF | 9B | 0 | 2 | D | 1E | 34 | D | 41 |
| Octal | 262 | 257 | 233 | 0 | 2 | 15 | 36 | 64 | 15 | 101 |
| Binary | 10110010 | 10101111 | 10011011 | 0 | 10 | 1101 | 11110 | 110100 | 1101 | 1000001 |
Color Harmonies of #B2AF9B
Complementary color
Monochromatic Colors of #B2AF9B
Black with #B2AF9B
Text Example
Text Example
White with #B2AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF9B; }
p { color: rgb(178,175,155); }
H1.HeaderClassName
{
color: #B2AF9B;
}
.AnyTagClassName
{
color: #B2AF9B;
}
</style>
background-color css
<style>
a { background-color: #B2AF9B; }
a { background-color: rgb(178,175,155); }
div.DivClassName
{
background-color: #B2AF9B;
}
.BgClassName
{
background-color: #B2AF9B;
}
</style>
border-color css
<style>
span { border-color: #B2AF9B; }
span { border-color: rgb(178,175,155); }
td.TdClassName
{
border-color: #B2AF9B;
}
.TagClassName
{
border-color: #B2AF9B;
}
</style>