#B1B09C

Color #B1B09C Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #B1B09C

Tints of Eagle #B1B09C

Color information

#B1B09C (or 0xB1B09C) is unknown color: approx 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

RGB177176156-
CMYK00.010.120.31
HSL57.14º11.86%65.29%-
HSV(B)57.14º11.86%69.41%-
XYZ39.6642.837.62-
YUV174.02117.83130.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=34.77%
G=34.58%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717615600.010.120.3157.1411.8665.29
HexB1B09C01C1F39c41
Octal2612602340114377114101
Binary1011000110110000100111000111001111111100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>