#B1B19B

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

Shades of Eagle #B1B19B

Tints of Eagle #B1B19B

Color information

#B1B19B (or 0xB1B19B) is unknown color: approx Eagle. HEX triplet: B1, B1 and 9B. RGB value is (177,177,155). Sum of RGB (Red+Green+Blue) = 177+177+155=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B19B is #4E4E64. Grayscale: #AEAEAE. Windows color (decimal): -5131877 or 10203569. OLE color: 10203569.

HSL color Cylindrical-coordinate representation of color #B1B19B: hue angle of 60º 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 #B1B19B is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB177177155-
CMYK000.120.31
HSL60º12.36%65.1%-
HSV(B)60º12.43%69.41%-
XYZ39.7743.1637.24-
YUV174.49117129.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=34.77%
G=34.77%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177177155000.120.316012.3665.1
HexB1B19B00C1F3cc41
Octal2612612330014377414101
Binary1011000110110001100110110011001111111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B19B; }

 p { color: rgb(177,177,155); }

 H1.HeaderClassName
 {
   color: #B1B19B;
 }
 .AnyTagClassName
 {
   color: #B1B19B;
 }
</style>
background-color css

<style>
 a { background-color: #B1B19B; }

 a { background-color: rgb(177,177,155); }

 div.DivClassName
 {
   background-color: #B1B19B;
 }
 .BgClassName
 {
   background-color: #B1B19B;
 }
</style>
border-color css

<style>
 span { border-color: #B1B19B; }

 span { border-color: rgb(177,177,155); }

 td.TdClassName
 {
   border-color: #B1B19B;
 }
 .TagClassName
 {
   border-color: #B1B19B;
 }
</style>