#B3AE99

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

Shades of Eagle #B3AE99

Tints of Eagle #B3AE99

Color information

#B3AE99 (or 0xB3AE99) is unknown color: approx Eagle. HEX triplet: B3, AE and 99. RGB value is (179,174,153). Sum of RGB (Red+Green+Blue) = 179+174+153=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE99 is #4C5166. Grayscale: #ADADAD. Windows color (decimal): -5001575 or 10071731. OLE color: 10071731.

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

Color convert

RGB179174153-
CMYK00.030.150.30
HSL48.46º14.61%65.1%-
HSV(B)48.46º14.53%70.2%-
XYZ39.4842.1636.19-
YUV173.1116.66132.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.38%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=35.38%
G=34.39%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917415300.030.150.3048.4614.6165.1
HexB3AE9903F1E30f41
Octal2632562310317366017101
Binary10110011101011101001100101111111111011000011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE99; }

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

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

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

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

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

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

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

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