#B4B395

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

Shades of Eagle #B4B395

Tints of Eagle #B4B395

Color information

#B4B395 (or 0xB4B395) is unknown color: approx Eagle. HEX triplet: B4, B3 and 95. RGB value is (180,179,149). Sum of RGB (Red+Green+Blue) = 180+179+149=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B395 is #4B4C6A. Grayscale: #B0B0B0. Windows color (decimal): -4934763 or 9810868. OLE color: 9810868.

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

Color convert

RGB180179149-
CMYK00.010.170.29
HSL58.06º17.13%64.51%-
HSV(B)58.06º17.22%70.59%-
XYZ40.3744.1134.82-
YUV175.88112.83130.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=35.43%
G=35.24%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017914900.010.170.2958.0617.1364.51
HexB4B39501111D3a1141
Octal2642632250121357221101
Binary101101001011001110010101011000111101111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B395; }

 p { color: rgb(180,179,149); }

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

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

 a { background-color: rgb(180,179,149); }

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

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

 span { border-color: rgb(180,179,149); }

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