#B5B093

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

Shades of Eagle #B5B093

Tints of Eagle #B5B093

Color information

#B5B093 (or 0xB5B093) is unknown color: approx Eagle. HEX triplet: B5, B0 and 93. RGB value is (181,176,147). Sum of RGB (Red+Green+Blue) = 181+176+147=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B093 is #4A4F6C. Grayscale: #AEAEAE. Windows color (decimal): -4869997 or 9679029. OLE color: 9679029.

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

Color convert

RGB181176147-
CMYK00.030.190.29
HSL51.18º18.68%64.31%-
HSV(B)51.18º18.78%70.98%-
XYZ39.8542.9833.8-
YUV174.19112.66132.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=35.91%
G=34.92%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117614700.030.190.2951.1818.6864.31
HexB5B09303131D331340
Octal2652602230323356323100
Binary1011010110110000100100110111001111101110011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B093; }

 p { color: rgb(181,176,147); }

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

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

 a { background-color: rgb(181,176,147); }

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

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

 span { border-color: rgb(181,176,147); }

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