#B0AC8D

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

Shades of Eagle #B0AC8D

Tints of Eagle #B0AC8D

Color information

#B0AC8D (or 0xB0AC8D) is unknown color: approx Eagle. HEX triplet: B0, AC and 8D. RGB value is (176,172,141). Sum of RGB (Red+Green+Blue) = 176+172+141=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC8D is #4F5372. Grayscale: #A9A9A9. Windows color (decimal): -5198707 or 9284784. OLE color: 9284784.

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

Color convert

RGB176172141-
CMYK00.020.200.31
HSL53.14º18.13%62.16%-
HSV(B)53.14º19.89%69.02%-
XYZ37.4640.6631.07-
YUV169.66111.83132.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=35.99%
G=35.17%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617214100.020.200.3153.1418.1362.16
HexB0AC8D02141F35123e
Octal260254215022437652276
Binary101100001010110010001101010101001111111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC8D; }

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

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

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

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

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

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

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

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