#B4B393

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

Shades of Eagle #B4B393

Tints of Eagle #B4B393

Color information

#B4B393 (or 0xB4B393) is unknown color: approx Eagle. HEX triplet: B4, B3 and 93. RGB value is (180,179,147). Sum of RGB (Red+Green+Blue) = 180+179+147=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B393 is #4B4C6C. Grayscale: #AFAFAF. Windows color (decimal): -4934765 or 9679796. OLE color: 9679796.

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

Color convert

RGB180179147-
CMYK00.010.180.29
HSL58.18º18.03%64.12%-
HSV(B)58.18º18.33%70.59%-
XYZ40.2144.0533.99-
YUV175.65111.83131.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.57%
GREEN value IS 179 (70.31% from 255) = 35.38%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=35.57%
G=35.38%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017914700.010.180.2958.1818.0364.12
HexB4B39301121D3a1240
Octal2642632230122357222100
Binary101101001011001110010011011001011101111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B393; }

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

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

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

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

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

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

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

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