#B0AF8A

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

Shades of Eagle #B0AF8A

Tints of Eagle #B0AF8A

Color information

#B0AF8A (or 0xB0AF8A) is unknown color: approx Eagle. HEX triplet: B0, AF and 8A. RGB value is (176,175,138). Sum of RGB (Red+Green+Blue) = 176+175+138=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AF8A is #4F5075. Grayscale: #ABABAB. Windows color (decimal): -5197942 or 9088944. OLE color: 9088944.

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

Color convert

RGB176175138-
CMYK00.010.220.31
HSL58.42º19.39%61.57%-
HSV(B)58.42º21.59%69.02%-
XYZ37.8241.7330.11-
YUV171.08109.33131.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=35.99%
G=35.79%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617513800.010.220.3158.4219.3961.57
HexB0AF8A01161F3a133e
Octal260257212012637722376
Binary10110000101011111000101001101101111111101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AF8A; }

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

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

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

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

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

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

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

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