#B3AE90

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

Shades of Eagle #B3AE90

Tints of Eagle #B3AE90

Color information

#B3AE90 (or 0xB3AE90) is unknown color: approx Eagle. HEX triplet: B3, AE and 90. RGB value is (179,174,144). Sum of RGB (Red+Green+Blue) = 179+174+144=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE90 is #4C516F. Grayscale: #ACACAC. Windows color (decimal): -5001584 or 9481907. OLE color: 9481907.

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

Color convert

RGB179174144-
CMYK00.030.200.30
HSL51.43º18.72%63.33%-
HSV(B)51.43º19.55%70.2%-
XYZ38.7641.8732.42-
YUV172.08112.16132.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=36.02%
G=35.01%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917414400.030.200.3051.4318.7263.33
HexB3AE9003141E33133f
Octal263256220032436632377
Binary101100111010111010010000011101001111011001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE90; }

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

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

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

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

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

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

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

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