#B4B19A

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

Shades of Eagle #B4B19A

Tints of Eagle #B4B19A

Color information

#B4B19A (or 0xB4B19A) is unknown color: approx Eagle. HEX triplet: B4, B1 and 9A. RGB value is (180,177,154). Sum of RGB (Red+Green+Blue) = 180+177+154=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B19A is #4B4E65. Grayscale: #AFAFAF. Windows color (decimal): -4935270 or 10138036. OLE color: 10138036.

HSL color Cylindrical-coordinate representation of color #B4B19A: hue angle of 53.08º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4B19A is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB180177154-
CMYK00.020.140.29
HSL53.08º14.77%65.49%-
HSV(B)53.08º14.44%70.59%-
XYZ40.3843.4836.84-
YUV175.28115.99131.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=35.23%
G=34.64%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017715400.020.140.2953.0814.7765.49
HexB4B19A02E1D35f41
Octal2642612320216356517101
Binary10110100101100011001101001011101110111010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B19A; }

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

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

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

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

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

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

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

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