#B1AA90

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

Shades of Eagle #B1AA90

Tints of Eagle #B1AA90

Color information

#B1AA90 (or 0xB1AA90) is unknown color: approx Eagle. HEX triplet: B1, AA and 90. RGB value is (177,170,144). Sum of RGB (Red+Green+Blue) = 177+170+144=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AA90 is #4E556F. Grayscale: #A9A9A9. Windows color (decimal): -5133680 or 9480881. OLE color: 9480881.

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

Color convert

RGB177170144-
CMYK00.040.190.31
HSL47.27º17.46%62.94%-
HSV(B)47.27º18.64%69.41%-
XYZ37.5440.1132.15-
YUV169.13113.82133.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=36.05%
G=34.62%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717014400.040.190.3147.2717.4662.94
HexB1AA9004131F2f113f
Octal261252220042337572177
Binary1011000110101010100100000100100111111110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA90; }

 p { color: rgb(177,170,144); }

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

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

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

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

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

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

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