Shades of Eagle #B0B195
Tints of Eagle #B0B195
RGB
CMYK
RGB Variations
Color information
#B0B195 (or 0xB0B195) is known color: Eagle. HEX triplet: B0, B1 and 95. RGB value is (176,177,149). Sum of RGB (Red+Green+Blue) = 176+177+149=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B195 is #4F4E6A. Grayscale: #ADADAD. Windows color (decimal): -5197419 or 9810352. OLE color: 9810352.
HSL color Cylindrical-coordinate representation of color #B0B195: hue angle of 62.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0B195 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 177 | 149 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.31 |
| HSL | 62.14º | 0.15% | 0.64% | - |
| HSV(B) | 62.14º | 0.16% | 0.69% | - |
| XYZ | 39.05 | 42.84 | 34.65 | - |
| YUV | 173.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 177 | 149 | 0.01 | 0 | 0.16 | 0.31 | 62.14 | 0.15 | 0.64 |
| Hex | B0 | B1 | 95 | 1 | 0 | 10 | 1F | 3E | F | 40 |
| Octal | 260 | 261 | 225 | 1 | 0 | 20 | 37 | 76 | 17 | 100 |
| Binary | 10110000 | 10110001 | 10010101 | 1 | 0 | 10000 | 11111 | 111110 | 1111 | 1000000 |
Color Harmonies of #B0B195
Complementary color
Monochromatic Colors of #B0B195
Black with #B0B195
Text Example
Text Example
White with #B0B195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B195; }
p { color: rgb(176,177,149); }
H1.HeaderClassName
{
color: #B0B195;
}
.AnyTagClassName
{
color: #B0B195;
}
</style>
background-color css
<style>
a { background-color: #B0B195; }
a { background-color: rgb(176,177,149); }
div.DivClassName
{
background-color: #B0B195;
}
.BgClassName
{
background-color: #B0B195;
}
</style>
border-color css
<style>
span { border-color: #B0B195; }
span { border-color: rgb(176,177,149); }
td.TdClassName
{
border-color: #B0B195;
}
.TagClassName
{
border-color: #B0B195;
}
</style>