Html Css Color HEX #B4AE90 Eagle

📋 copy color: '#B4AE90'

red 180 ◦ green 174 ◦ blue 144

#B4AE90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eagle #B4AE90

Tints of Eagle #B4AE90

RGB

 RED value IS 180 (70.7% from 255) = 36.14%

 GREEN value IS 174 (68.36% from 255) = 34.94%

 BLUE value IS 144 (56.64% from 255) = 28.92%

R = 36.14%
G = 34.94%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B4AE90 (or 0xB4AE90) is known color: Eagle. HEX triplet: B4, AE and 90. RGB value is (180,174,144). Sum of RGB (Red+Green+Blue) = 180+174+144=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AE90 is #4B516F. Grayscale: #ACACAC. Windows color (decimal): -4936048 or 9481908. OLE color: 9481908.

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

Color convert

RGB 180 174 144 -
CMYK 0 0.03 0.2 0.29
HSL 50º 0.19% 0.64% -
HSV(B) 50º 0.2% 0.71% -
XYZ 38.99 41.99 32.44 -
YUV 172.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 180 174 144 0 0.03 0.2 0.29 50 0.19 0.64
Hex B4 AE 90 0 3 14 1D 32 13 40
Octal 264 256 220 0 3 24 35 62 23 100
Binary 10110100 10101110 10010000 0 11 10100 11101 110010 10011 1000000

Color Harmonies of #B4AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AE90

Black with #B4AE90

Text Example


Text Example

White with #B4AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AE90; }

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

 H1.HeaderClassName
 {
   color: #B4AE90;
 }
 .AnyTagClassName
 {
   color: #B4AE90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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