Shades of Eagle #B1B09B
Tints of Eagle #B1B09B
RGB
CMYK
RGB Variations
Color information
#B1B09B (or 0xB1B09B) is known color: Eagle. HEX triplet: B1, B0 and 9B. RGB value is (177,176,155). Sum of RGB (Red+Green+Blue) = 177+176+155=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B09B is #4E4F64. Grayscale: #ADADAD. Windows color (decimal): -5132133 or 10203313. OLE color: 10203313.
HSL color Cylindrical-coordinate representation of color #B1B09B: hue angle of 57.27º 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 #B1B09B is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 176 | 155 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.31 |
| HSL | 57.27º | 0.12% | 0.65% | - |
| HSV(B) | 57.27º | 0.12% | 0.69% | - |
| XYZ | 39.57 | 42.76 | 37.18 | - |
| YUV | 173.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 176 | 155 | 0 | 0.01 | 0.12 | 0.31 | 57.27 | 0.12 | 0.65 |
| Hex | B1 | B0 | 9B | 0 | 1 | C | 1F | 39 | C | 41 |
| Octal | 261 | 260 | 233 | 0 | 1 | 14 | 37 | 71 | 14 | 101 |
| Binary | 10110001 | 10110000 | 10011011 | 0 | 1 | 1100 | 11111 | 111001 | 1100 | 1000001 |
Color Harmonies of #B1B09B
Complementary color
Monochromatic Colors of #B1B09B
Black with #B1B09B
Text Example
Text Example
White with #B1B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B09B; }
p { color: rgb(177,176,155); }
H1.HeaderClassName
{
color: #B1B09B;
}
.AnyTagClassName
{
color: #B1B09B;
}
</style>
background-color css
<style>
a { background-color: #B1B09B; }
a { background-color: rgb(177,176,155); }
div.DivClassName
{
background-color: #B1B09B;
}
.BgClassName
{
background-color: #B1B09B;
}
</style>
border-color css
<style>
span { border-color: #B1B09B; }
span { border-color: rgb(177,176,155); }
td.TdClassName
{
border-color: #B1B09B;
}
.TagClassName
{
border-color: #B1B09B;
}
</style>