#B0AC8A

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

Shades of Eagle #B0AC8A

Tints of Eagle #B0AC8A

Color information

#B0AC8A (or 0xB0AC8A) is unknown color: approx Eagle. HEX triplet: B0, AC and 8A. RGB value is (176,172,138). Sum of RGB (Red+Green+Blue) = 176+172+138=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC8A is #4F5375. Grayscale: #A9A9A9. Windows color (decimal): -5198710 or 9088176. OLE color: 9088176.

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

Color convert

RGB176172138-
CMYK00.020.220.31
HSL53.68º19.39%61.57%-
HSV(B)53.68º21.59%69.02%-
XYZ37.2440.5729.91-
YUV169.32110.33132.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=36.21%
G=35.39%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617213800.020.220.3153.6819.3961.57
HexB0AC8A02161F36133e
Octal260254212022637662376
Binary101100001010110010001010010101101111111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC8A; }

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

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

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

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

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

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

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

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