#B4AE94

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

Shades of Eagle #B4AE94

Tints of Eagle #B4AE94

Color information

#B4AE94 (or 0xB4AE94) is unknown color: approx Eagle. HEX triplet: B4, AE and 94. RGB value is (180,174,148). Sum of RGB (Red+Green+Blue) = 180+174+148=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE94 is #4B516B. Grayscale: #ACACAC. Windows color (decimal): -4936044 or 9744052. OLE color: 9744052.

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

Color convert

RGB180174148-
CMYK00.030.180.29
HSL48.75º17.58%64.31%-
HSV(B)48.75º17.78%70.59%-
XYZ39.342.1134.07-
YUV172.83113.99133.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=35.86%
G=34.66%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017414800.030.180.2948.7517.5864.31
HexB4AE9403121D311240
Octal2642562240322356122100
Binary1011010010101110100101000111001011101110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AE94; }

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

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

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

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

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

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

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

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