#B1AE9D

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

Shades of Eagle #B1AE9D

Tints of Eagle #B1AE9D

Color information

#B1AE9D (or 0xB1AE9D) is unknown color: approx Eagle. HEX triplet: B1, AE and 9D. RGB value is (177,174,157). Sum of RGB (Red+Green+Blue) = 177+174+157=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE9D is #4E5162. Grayscale: #ADADAD. Windows color (decimal): -5132643 or 10333873. OLE color: 10333873.

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

Color convert

RGB177174157-
CMYK00.020.110.31
HSL51º11.36%65.49%-
HSV(B)51º11.3%69.41%-
XYZ39.3542.0537.94-
YUV172.96118.99130.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=34.84%
G=34.25%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717415700.020.110.315111.3665.49
HexB1AE9D02B1F33b41
Octal2612562350213376313101
Binary10110001101011101001110101010111111111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE9D; }

 p { color: rgb(177,174,157); }

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

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

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

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

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

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

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