#BAAA5E

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

Shades of Gimblet #BAAA5E

Tints of Gimblet #BAAA5E

Color information

#BAAA5E (or 0xBAAA5E) is unknown color: approx Gimblet. HEX triplet: BA, AA and 5E. RGB value is (186,170,94). Sum of RGB (Red+Green+Blue) = 186+170+94=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAA5E is #4555A1. Grayscale: #A6A6A6. Windows color (decimal): -4543906 or 6204090. OLE color: 6204090.

HSL color Cylindrical-coordinate representation of color #BAAA5E: hue angle of 49.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAAA5E is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18617094-
CMYK00.090.490.27
HSL49.57º40%54.9%-
HSV(B)49.57º49.46%72.94%-
XYZ36.644016.38-
YUV166.1287.3142.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 94 (37.11% from 255) = 20.89%
R=41.33%
G=37.78%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861709400.090.490.2749.574054.9
HexBAAA5E09311B322837
Octal2722521360116133625067
Binary101110101010101010111100100111000111011110010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA5E; }

 p { color: rgb(186,170,94); }

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

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

 a { background-color: rgb(186,170,94); }

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

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

 span { border-color: rgb(186,170,94); }

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