#B1AE9E

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

Shades of Eagle #B1AE9E

Tints of Eagle #B1AE9E

Color information

#B1AE9E (or 0xB1AE9E) is unknown color: approx Eagle. HEX triplet: B1, AE and 9E. RGB value is (177,174,158). Sum of RGB (Red+Green+Blue) = 177+174+158=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE9E is #4E5161. Grayscale: #ADADAD. Windows color (decimal): -5132642 or 10399409. OLE color: 10399409.

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

Color convert

RGB177174158-
CMYK00.020.110.31
HSL50.53º10.86%65.69%-
HSV(B)50.53º10.73%69.41%-
XYZ39.4442.0938.39-
YUV173.07119.49130.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=34.77%
G=34.18%
B=31.04%

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
Decimal17717415800.020.110.3150.5310.8665.69
HexB1AE9E02B1F33b42
Octal2612562360213376313102
Binary10110001101011101001111001010111111111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE9E; }

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

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

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

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

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

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

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

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