#B4AE8D

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

Shades of Eagle #B4AE8D

Tints of Eagle #B4AE8D

Color information

#B4AE8D (or 0xB4AE8D) is unknown color: approx Eagle. HEX triplet: B4, AE and 8D. RGB value is (180,174,141). Sum of RGB (Red+Green+Blue) = 180+174+141=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE8D is #4B5172. Grayscale: #ACACAC. Windows color (decimal): -4936051 or 9285300. OLE color: 9285300.

HSL color Cylindrical-coordinate representation of color #B4AE8D: hue angle of 50.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4AE8D is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180174141-
CMYK00.030.220.29
HSL50.77º20.63%62.94%-
HSV(B)50.77º21.67%70.59%-
XYZ38.7741.931.24-
YUV172.03110.49133.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=36.36%
G=35.15%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017414100.030.220.2950.7720.6362.94
HexB4AE8D03161D33153f
Octal264256215032635632577
Binary101101001010111010001101011101101110111001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE8D; }

 p { color: rgb(180,174,141); }

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

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

 a { background-color: rgb(180,174,141); }

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

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

 span { border-color: rgb(180,174,141); }

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