#B4B190

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

Shades of Eagle #B4B190

Tints of Eagle #B4B190

Color information

#B4B190 (or 0xB4B190) is unknown color: approx Eagle. HEX triplet: B4, B1 and 90. RGB value is (180,177,144). Sum of RGB (Red+Green+Blue) = 180+177+144=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B190 is #4B4E6F. Grayscale: #AEAEAE. Windows color (decimal): -4935280 or 9482676. OLE color: 9482676.

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

Color convert

RGB180177144-
CMYK00.020.20.29
HSL55º19.35%63.53%-
HSV(B)55º20%70.59%-
XYZ39.5843.1632.63-
YUV174.14110.99132.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=35.93%
G=35.33%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017714400.020.20.295519.3563.53
HexB4B19002141D371340
Octal2642612200224356723100
Binary1011010010110001100100000101010011101110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B190; }

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

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

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

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

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

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

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

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