#B0AA8B

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

Shades of Eagle #B0AA8B

Tints of Eagle #B0AA8B

Color information

#B0AA8B (or 0xB0AA8B) is unknown color: approx Eagle. HEX triplet: B0, AA and 8B. RGB value is (176,170,139). Sum of RGB (Red+Green+Blue) = 176+170+139=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA8B is #4F5574. Grayscale: #A8A8A8. Windows color (decimal): -5199221 or 9153200. OLE color: 9153200.

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

Color convert

RGB176170139-
CMYK00.030.210.31
HSL50.27º18.97%61.76%-
HSV(B)50.27º21.02%69.02%-
XYZ36.9439.8430.17-
YUV168.26111.49133.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=36.29%
G=35.05%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617013900.030.210.3150.2718.9761.76
HexB0AA8B03151F32133e
Octal260252213032537622376
Binary101100001010101010001011011101011111111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA8B; }

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

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

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

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

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

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

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

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