#B1B19A

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

Shades of Eagle #B1B19A

Tints of Eagle #B1B19A

Color information

#B1B19A (or 0xB1B19A) is unknown color: approx Eagle. HEX triplet: B1, B1 and 9A. RGB value is (177,177,154). Sum of RGB (Red+Green+Blue) = 177+177+154=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 177 - color contains mainly: red, green. Hex color #B1B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B19A is #4E4E65. Grayscale: #AEAEAE. Windows color (decimal): -5131878 or 10138033. OLE color: 10138033.

HSL color Cylindrical-coordinate representation of color #B1B19A: hue angle of 60º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1B19A is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB177177154-
CMYK000.130.31
HSL60º12.85%64.9%-
HSV(B)60º12.99%69.41%-
XYZ39.6943.1236.8-
YUV174.38116.5129.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=34.84%
G=34.84%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177177154000.130.316012.8564.9
HexB1B19A00D1F3cd41
Octal2612612320015377415101
Binary1011000110110001100110100011011111111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B19A; }

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

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

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

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

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

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

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

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