#B1B29A

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

Shades of Eagle #B1B29A

Tints of Eagle #B1B29A

Color information

#B1B29A (or 0xB1B29A) is unknown color: approx Eagle. HEX triplet: B1, B2 and 9A. RGB value is (177,178,154). Sum of RGB (Red+Green+Blue) = 177+178+154=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1B29A is #4E4D65. Grayscale: #AFAFAF. Windows color (decimal): -5131622 or 10138289. OLE color: 10138289.

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

Color convert

RGB177178154-
CMYK0.0100.130.30
HSL62.5º13.48%65.1%-
HSV(B)62.5º13.48%69.8%-
XYZ39.8843.5236.87-
YUV174.96116.17129.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=34.77%
G=34.97%
B=30.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771781540.0100.130.3062.513.4865.1
HexB1B29A10D1E3ed41
Octal2612622321015367615101
Binary1011000110110010100110101011011111011111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B29A; }

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

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

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

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

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

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

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

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