#B3AE98

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

Shades of Eagle #B3AE98

Tints of Eagle #B3AE98

Color information

#B3AE98 (or 0xB3AE98) is unknown color: approx Eagle. HEX triplet: B3, AE and 98. RGB value is (179,174,152). Sum of RGB (Red+Green+Blue) = 179+174+152=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AE98 is #4C5167. Grayscale: #ADADAD. Windows color (decimal): -5001576 or 10006195. OLE color: 10006195.

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

Color convert

RGB179174152-
CMYK00.030.150.30
HSL48.89º15.08%64.9%-
HSV(B)48.89º15.08%70.2%-
XYZ39.3942.1235.76-
YUV172.99116.16132.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=35.45%
G=34.46%
B=30.10%

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
Decimal17917415200.030.150.3048.8915.0864.9
HexB3AE9803F1E31f41
Octal2632562300317366117101
Binary10110011101011101001100001111111111011000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AE98; }

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

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

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

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

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

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

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

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