#B1AE9A

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

Shades of Eagle #B1AE9A

Tints of Eagle #B1AE9A

Color information

#B1AE9A (or 0xB1AE9A) is unknown color: approx Eagle. HEX triplet: B1, AE and 9A. RGB value is (177,174,154). Sum of RGB (Red+Green+Blue) = 177+174+154=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE9A is #4E5165. Grayscale: #ACACAC. Windows color (decimal): -5132646 or 10137265. OLE color: 10137265.

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

Color convert

RGB177174154-
CMYK00.020.130.31
HSL52.17º12.85%64.9%-
HSV(B)52.17º12.99%69.41%-
XYZ39.141.9536.61-
YUV172.62117.49131.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.05%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=35.05%
G=34.46%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717415400.020.130.3152.1712.8564.9
HexB1AE9A02D1F34d41
Octal2612562320215376415101
Binary10110001101011101001101001011011111111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE9A; }

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

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

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

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

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

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

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

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