#B0AA92

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

Shades of Eagle #B0AA92

Tints of Eagle #B0AA92

Color information

#B0AA92 (or 0xB0AA92) is unknown color: approx Eagle. HEX triplet: B0, AA and 92. RGB value is (176,170,146). Sum of RGB (Red+Green+Blue) = 176+170+146=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA92 is #4F556D. Grayscale: #A9A9A9. Windows color (decimal): -5199214 or 9611952. OLE color: 9611952.

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

Color convert

RGB176170146-
CMYK00.030.170.31
HSL48º15.96%63.14%-
HSV(B)48º17.05%69.02%-
XYZ37.4740.0532.95-
YUV169.06114.99132.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 170 (66.80% from 255) = 34.55%
BLUE value IS 146 (57.42% from 255) = 29.67%
R=35.77%
G=34.55%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617014600.030.170.314815.9663.14
HexB0AA9203111F30103f
Octal260252222032137602077
Binary101100001010101010010010011100011111111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA92; }

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

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

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

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

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

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

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

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