#B3AE8C

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

Shades of Eagle #B3AE8C

Tints of Eagle #B3AE8C

Color information

#B3AE8C (or 0xB3AE8C) is unknown color: approx Eagle. HEX triplet: B3, AE and 8C. RGB value is (179,174,140). Sum of RGB (Red+Green+Blue) = 179+174+140=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE8C is #4C5173. Grayscale: #ABABAB. Windows color (decimal): -5001588 or 9219763. OLE color: 9219763.

HSL color Cylindrical-coordinate representation of color #B3AE8C: hue angle of 52.31º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3AE8C is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179174140-
CMYK00.030.220.30
HSL52.31º20.42%62.55%-
HSV(B)52.31º21.79%70.2%-
XYZ38.4641.7530.84-
YUV171.62110.16133.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.31%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 140 (55.08% from 255) = 28.40%
R=36.31%
G=35.29%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917414000.030.220.3052.3120.4262.55
HexB3AE8C03161E34143f
Octal263256214032636642477
Binary101100111010111010001100011101101111011010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE8C; }

 p { color: rgb(179,174,140); }

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

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

 a { background-color: rgb(179,174,140); }

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

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

 span { border-color: rgb(179,174,140); }

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