Html Css Color HEX #B4AD90 Eagle

📋 copy color: '#B4AD90'

red 180 ◦ green 173 ◦ blue 144

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

Shades of Eagle #B4AD90

Tints of Eagle #B4AD90

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

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

R = 36.22%
G = 34.81%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B4AD90 (or 0xB4AD90) is known color: Eagle. HEX triplet: B4, AD and 90. RGB value is (180,173,144). Sum of RGB (Red+Green+Blue) = 180+173+144=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD90 is #4B526F. Grayscale: #ABABAB. Windows color (decimal): -4936304 or 9481652. OLE color: 9481652.

HSL color Cylindrical-coordinate representation of color #B4AD90: hue angle of 48.33º 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 #B4AD90 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 144 -
CMYK 0 0.04 0.2 0.29
HSL 48.33º 0.19% 0.64% -
HSV(B) 48.33º 0.2% 0.71% -
XYZ 38.8 41.6 32.37 -
YUV 171.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 180 173 144 0 0.04 0.2 0.29 48.33 0.19 0.64
Hex B4 AD 90 0 4 14 1D 30 13 40
Octal 264 255 220 0 4 24 35 60 23 100
Binary 10110100 10101101 10010000 0 100 10100 11101 110000 10011 1000000

Color Harmonies of #B4AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD90

Black with #B4AD90

Text Example


Text Example

White with #B4AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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