#B5B395

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

Shades of Eagle #B5B395

Tints of Eagle #B5B395

Color information

#B5B395 (or 0xB5B395) is unknown color: approx Eagle. HEX triplet: B5, B3 and 95. RGB value is (181,179,149). Sum of RGB (Red+Green+Blue) = 181+179+149=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5B395 is #4A4C6A. Grayscale: #B0B0B0. Windows color (decimal): -4869227 or 9810869. OLE color: 9810869.

HSL color Cylindrical-coordinate representation of color #B5B395: hue angle of 56.25º 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 #B5B395 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181179149-
CMYK00.010.180.29
HSL56.25º17.78%64.71%-
HSV(B)56.25º17.68%70.98%-
XYZ40.644.2334.83-
YUV176.18112.66131.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 179 (70.31% from 255) = 35.17%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=35.56%
G=35.17%
B=29.27%

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
Decimal18117914900.010.180.2956.2517.7864.71
HexB5B39501121D381241
Octal2652632250122357022101
Binary101101011011001110010101011001011101111000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B395; }

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

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

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

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

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

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

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

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