#B0AE8B

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

Shades of Eagle #B0AE8B

Tints of Eagle #B0AE8B

Color information

#B0AE8B (or 0xB0AE8B) is unknown color: approx Eagle. HEX triplet: B0, AE and 8B. RGB value is (176,174,139). Sum of RGB (Red+Green+Blue) = 176+174+139=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AE8B is #4F5174. Grayscale: #AAAAAA. Windows color (decimal): -5198197 or 9154224. OLE color: 9154224.

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

Color convert

RGB176174139-
CMYK00.010.210.31
HSL56.76º18.97%61.76%-
HSV(B)56.76º21.02%69.02%-
XYZ37.741.3730.42-
YUV170.61110.16131.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=35.99%
G=35.58%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617413900.010.210.3156.7618.9761.76
HexB0AE8B01151F39133e
Octal260256213012537712376
Binary10110000101011101000101101101011111111100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE8B; }

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

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

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

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

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

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

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

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