#B0AC8B

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

Shades of Eagle #B0AC8B

Tints of Eagle #B0AC8B

Color information

#B0AC8B (or 0xB0AC8B) is unknown color: approx Eagle. HEX triplet: B0, AC and 8B. RGB value is (176,172,139). Sum of RGB (Red+Green+Blue) = 176+172+139=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC8B is #4F5374. Grayscale: #A9A9A9. Windows color (decimal): -5198709 or 9153712. OLE color: 9153712.

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

Color convert

RGB176172139-
CMYK00.020.210.31
HSL53.51º18.97%61.76%-
HSV(B)53.51º21.02%69.02%-
XYZ37.3240.630.3-
YUV169.43110.83132.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=36.14%
G=35.32%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617213900.020.210.3153.5118.9761.76
HexB0AC8B02151F36133e
Octal260254213022537662376
Binary101100001010110010001011010101011111111011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC8B; }

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

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

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

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

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

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

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

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