Shades of Eagle #B0AD9C
Tints of Eagle #B0AD9C
RGB
CMYK
RGB Variations
Color information
#B0AD9C (or 0xB0AD9C) is known color: Eagle. HEX triplet: B0, AD and 9C. RGB value is (176,173,156). Sum of RGB (Red+Green+Blue) = 176+173+156=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD9C is #4F5263. Grayscale: #ACACAC. Windows color (decimal): -5198436 or 10268080. OLE color: 10268080.
HSL color Cylindrical-coordinate representation of color #B0AD9C: hue angle of 51º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0AD9C is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 156 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.31 |
| HSL | 51º | 0.11% | 0.65% | - |
| HSV(B) | 51º | 0.11% | 0.69% | - |
| XYZ | 38.85 | 41.52 | 37.42 | - |
| YUV | 171.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 156 | 0 | 0.02 | 0.11 | 0.31 | 51 | 0.11 | 0.65 |
| Hex | B0 | AD | 9C | 0 | 2 | B | 1F | 33 | B | 41 |
| Octal | 260 | 255 | 234 | 0 | 2 | 13 | 37 | 63 | 13 | 101 |
| Binary | 10110000 | 10101101 | 10011100 | 0 | 10 | 1011 | 11111 | 110011 | 1011 | 1000001 |
Color Harmonies of #B0AD9C
Complementary color
Monochromatic Colors of #B0AD9C
Black with #B0AD9C
Text Example
Text Example
White with #B0AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD9C; }
p { color: rgb(176,173,156); }
H1.HeaderClassName
{
color: #B0AD9C;
}
.AnyTagClassName
{
color: #B0AD9C;
}
</style>
background-color css
<style>
a { background-color: #B0AD9C; }
a { background-color: rgb(176,173,156); }
div.DivClassName
{
background-color: #B0AD9C;
}
.BgClassName
{
background-color: #B0AD9C;
}
</style>
border-color css
<style>
span { border-color: #B0AD9C; }
span { border-color: rgb(176,173,156); }
td.TdClassName
{
border-color: #B0AD9C;
}
.TagClassName
{
border-color: #B0AD9C;
}
</style>