#B4B191

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

Shades of Eagle #B4B191

Tints of Eagle #B4B191

Color information

#B4B191 (or 0xB4B191) is unknown color: approx Eagle. HEX triplet: B4, B1 and 91. RGB value is (180,177,145). Sum of RGB (Red+Green+Blue) = 180+177+145=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B191 is #4B4E6E. Grayscale: #AEAEAE. Windows color (decimal): -4935279 or 9548212. OLE color: 9548212.

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

Color convert

RGB180177145-
CMYK00.020.190.29
HSL54.86º18.92%63.73%-
HSV(B)54.86º19.44%70.59%-
XYZ39.6643.1933.03-
YUV174.25111.49132.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=35.86%
G=35.26%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017714500.020.190.2954.8618.9263.73
HexB4B19102131D371340
Octal2642612210223356723100
Binary1011010010110001100100010101001111101110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B191; }

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

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

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

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

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

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

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

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