Shades of Eagle #B0B19B
Tints of Eagle #B0B19B
RGB
CMYK
RGB Variations
Color information
#B0B19B (or 0xB0B19B) is known color: Eagle. HEX triplet: B0, B1 and 9B. RGB value is (176,177,155). Sum of RGB (Red+Green+Blue) = 176+177+155=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B19B is #4F4E64. Grayscale: #AEAEAE. Windows color (decimal): -5197413 or 10203568. OLE color: 10203568.
HSL color Cylindrical-coordinate representation of color #B0B19B: hue angle of 62.73º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0B19B is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 155 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.31 |
| HSL | 62.73º | 0.12% | 0.65% | - |
| HSV(B) | 62.73º | 0.12% | 0.69% | - |
| XYZ | 39.54 | 43.04 | 37.23 | - |
| YUV | 174.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 155 | 0.01 | 0 | 0.12 | 0.31 | 62.73 | 0.12 | 0.65 |
| Hex | B0 | B1 | 9B | 1 | 0 | C | 1F | 3F | C | 41 |
| Octal | 260 | 261 | 233 | 1 | 0 | 14 | 37 | 77 | 14 | 101 |
| Binary | 10110000 | 10110001 | 10011011 | 1 | 0 | 1100 | 11111 | 111111 | 1100 | 1000001 |
Color Harmonies of #B0B19B
Complementary color
Monochromatic Colors of #B0B19B
Black with #B0B19B
Text Example
Text Example
White with #B0B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B19B; }
p { color: rgb(176,177,155); }
H1.HeaderClassName
{
color: #B0B19B;
}
.AnyTagClassName
{
color: #B0B19B;
}
</style>
background-color css
<style>
a { background-color: #B0B19B; }
a { background-color: rgb(176,177,155); }
div.DivClassName
{
background-color: #B0B19B;
}
.BgClassName
{
background-color: #B0B19B;
}
</style>
border-color css
<style>
span { border-color: #B0B19B; }
span { border-color: rgb(176,177,155); }
td.TdClassName
{
border-color: #B0B19B;
}
.TagClassName
{
border-color: #B0B19B;
}
</style>