#B5B394

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

Shades of Eagle #B5B394

Tints of Eagle #B5B394

Color information

#B5B394 (or 0xB5B394) is unknown color: approx Eagle. HEX triplet: B5, B3 and 94. RGB value is (181,179,148). Sum of RGB (Red+Green+Blue) = 181+179+148=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B394 is #4A4C6B. Grayscale: #B0B0B0. Windows color (decimal): -4869228 or 9745333. OLE color: 9745333.

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

Color convert

RGB181179148-
CMYK00.010.180.29
HSL56.36º18.23%64.51%-
HSV(B)56.36º18.23%70.98%-
XYZ40.5244.234.41-
YUV176.06112.16131.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.63%
GREEN value IS 179 (70.31% from 255) = 35.24%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=35.63%
G=35.24%
B=29.13%

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
Decimal18117914800.010.180.2956.3618.2364.51
HexB5B39401121D381241
Octal2652632240122357022101
Binary101101011011001110010100011001011101111000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B394; }

 p { color: rgb(181,179,148); }

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

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

 a { background-color: rgb(181,179,148); }

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

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

 span { border-color: rgb(181,179,148); }

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