#B0AA8D

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

Shades of Eagle #B0AA8D

Tints of Eagle #B0AA8D

Color information

#B0AA8D (or 0xB0AA8D) is unknown color: approx Eagle. HEX triplet: B0, AA and 8D. RGB value is (176,170,141). Sum of RGB (Red+Green+Blue) = 176+170+141=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA8D is #4F5572. Grayscale: #A8A8A8. Windows color (decimal): -5199219 or 9284272. OLE color: 9284272.

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

Color convert

RGB176170141-
CMYK00.030.200.31
HSL49.71º18.13%62.16%-
HSV(B)49.71º19.89%69.02%-
XYZ37.0939.930.95-
YUV168.49112.49133.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 141 (55.47% from 255) = 28.95%
R=36.14%
G=34.91%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617014100.030.200.3149.7118.1362.16
HexB0AA8D03141F32123e
Octal260252215032437622276
Binary101100001010101010001101011101001111111001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA8D; }

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

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

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

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

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

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

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

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