#B5B193

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

Shades of Eagle #B5B193

Tints of Eagle #B5B193

Color information

#B5B193 (or 0xB5B193) is unknown color: approx Eagle. HEX triplet: B5, B1 and 93. RGB value is (181,177,147). Sum of RGB (Red+Green+Blue) = 181+177+147=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B193 is #4A4E6C. Grayscale: #AEAEAE. Windows color (decimal): -4869741 or 9679285. OLE color: 9679285.

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

Color convert

RGB181177147-
CMYK00.020.190.29
HSL52.94º18.68%64.31%-
HSV(B)52.94º18.78%70.98%-
XYZ40.0443.3733.87-
YUV174.78112.33132.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.84%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=35.84%
G=35.05%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117714700.020.190.2952.9418.6864.31
HexB5B19302131D351340
Octal2652612230223356523100
Binary1011010110110001100100110101001111101110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B193; }

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

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

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

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

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

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

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

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