#B3AE92

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

Shades of Eagle #B3AE92

Tints of Eagle #B3AE92

Color information

#B3AE92 (or 0xB3AE92) is unknown color: approx Eagle. HEX triplet: B3, AE and 92. RGB value is (179,174,146). Sum of RGB (Red+Green+Blue) = 179+174+146=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE92 is #4C516D. Grayscale: #ACACAC. Windows color (decimal): -5001582 or 9612979. OLE color: 9612979.

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

Color convert

RGB179174146-
CMYK00.030.180.30
HSL50.91º17.84%63.73%-
HSV(B)50.91º18.44%70.2%-
XYZ38.9141.9333.24-
YUV172.3113.16132.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.87%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=35.87%
G=34.87%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917414600.030.180.3050.9117.8463.73
HexB3AE9203121E331240
Octal2632562220322366322100
Binary1011001110101110100100100111001011110110011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE92; }

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

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

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

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

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

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

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

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