#B0AA91

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

Shades of Eagle #B0AA91

Tints of Eagle #B0AA91

Color information

#B0AA91 (or 0xB0AA91) is unknown color: approx Eagle. HEX triplet: B0, AA and 91. RGB value is (176,170,145). Sum of RGB (Red+Green+Blue) = 176+170+145=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA91 is #4F556E. Grayscale: #A9A9A9. Windows color (decimal): -5199215 or 9546416. OLE color: 9546416.

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

Color convert

RGB176170145-
CMYK00.030.180.31
HSL48.39º16.4%62.94%-
HSV(B)48.39º17.61%69.02%-
XYZ37.3940.0232.54-
YUV168.94114.49133.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 145 (57.03% from 255) = 29.53%
R=35.85%
G=34.62%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617014500.030.180.3148.3916.462.94
HexB0AA9103121F30103f
Octal260252221032237602077
Binary101100001010101010010001011100101111111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA91; }

 p { color: rgb(176,170,145); }

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

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

 a { background-color: rgb(176,170,145); }

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

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

 span { border-color: rgb(176,170,145); }

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