#B3AE8F

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

Shades of Eagle #B3AE8F

Tints of Eagle #B3AE8F

Color information

#B3AE8F (or 0xB3AE8F) is unknown color: approx Eagle. HEX triplet: B3, AE and 8F. RGB value is (179,174,143). Sum of RGB (Red+Green+Blue) = 179+174+143=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE8F is #4C5170. Grayscale: #ACACAC. Windows color (decimal): -5001585 or 9416371. OLE color: 9416371.

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

Color convert

RGB179174143-
CMYK00.030.200.30
HSL51.67º19.15%63.14%-
HSV(B)51.67º20.11%70.2%-
XYZ38.6841.8432.02-
YUV171.96111.66133.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.09%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=36.09%
G=35.08%
B=28.83%

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
Decimal17917414300.030.200.3051.6719.1563.14
HexB3AE8F03141E34133f
Octal263256217032436642377
Binary101100111010111010001111011101001111011010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE8F; }

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

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

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

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

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

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

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

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