Shades of Eagle #B1B09C
Tints of Eagle #B1B09C
RGB
CMYK
RGB Variations
Color information
#B1B09C (or 0xB1B09C) is known color: Eagle. HEX triplet: B1, B0 and 9C. RGB value is (177,176,156). Sum of RGB (Red+Green+Blue) = 177+176+156=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B09C is #4E4F63. Grayscale: #AEAEAE. Windows color (decimal): -5132132 or 10268849. OLE color: 10268849.
HSL color Cylindrical-coordinate representation of color #B1B09C: hue angle of 57.14º 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 #B1B09C is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 156 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.31 |
| HSL | 57.14º | 0.12% | 0.65% | - |
| HSV(B) | 57.14º | 0.12% | 0.69% | - |
| XYZ | 39.66 | 42.8 | 37.62 | - |
| YUV | 174.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 156 | 0 | 0.01 | 0.12 | 0.31 | 57.14 | 0.12 | 0.65 |
| Hex | B1 | B0 | 9C | 0 | 1 | C | 1F | 39 | C | 41 |
| Octal | 261 | 260 | 234 | 0 | 1 | 14 | 37 | 71 | 14 | 101 |
| Binary | 10110001 | 10110000 | 10011100 | 0 | 1 | 1100 | 11111 | 111001 | 1100 | 1000001 |
Color Harmonies of #B1B09C
Complementary color
Monochromatic Colors of #B1B09C
Black with #B1B09C
Text Example
Text Example
White with #B1B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B09C; }
p { color: rgb(177,176,156); }
H1.HeaderClassName
{
color: #B1B09C;
}
.AnyTagClassName
{
color: #B1B09C;
}
</style>
background-color css
<style>
a { background-color: #B1B09C; }
a { background-color: rgb(177,176,156); }
div.DivClassName
{
background-color: #B1B09C;
}
.BgClassName
{
background-color: #B1B09C;
}
</style>
border-color css
<style>
span { border-color: #B1B09C; }
span { border-color: rgb(177,176,156); }
td.TdClassName
{
border-color: #B1B09C;
}
.TagClassName
{
border-color: #B1B09C;
}
</style>