#B0AF92

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

Shades of Eagle #B0AF92

Tints of Eagle #B0AF92

Color information

#B0AF92 (or 0xB0AF92) is unknown color: approx Eagle. HEX triplet: B0, AF and 92. RGB value is (176,175,146). Sum of RGB (Red+Green+Blue) = 176+175+146=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF92 is #4F506D. Grayscale: #ACACAC. Windows color (decimal): -5197934 or 9613232. OLE color: 9613232.

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

Color convert

RGB176175146-
CMYK00.010.170.31
HSL58º15.96%63.14%-
HSV(B)58º17.05%69.02%-
XYZ38.4241.9733.27-
YUV171.99113.33130.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=35.41%
G=35.21%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617514600.010.170.315815.9663.14
HexB0AF9201111F3a103f
Octal260257222012137722077
Binary10110000101011111001001001100011111111101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF92; }

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

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

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

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

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

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

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

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