#BAA45D

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

Shades of Gimblet #BAA45D

Tints of Gimblet #BAA45D

Color information

#BAA45D (or 0xBAA45D) is unknown color: approx Gimblet. HEX triplet: BA, A4 and 5D. RGB value is (186,164,93). Sum of RGB (Red+Green+Blue) = 186+164+93=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA45D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA45D is #455BA2. Grayscale: #A2A2A2. Windows color (decimal): -4545443 or 6137018. OLE color: 6137018.

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

Color convert

RGB18616493-
CMYK00.120.50.27
HSL45.81º40.26%54.71%-
HSV(B)45.81º50%72.94%-
XYZ35.537.7815.78-
YUV162.4888.79144.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 164 (64.45% from 255) = 37.02%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=41.99%
G=37.02%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861649300.120.50.2745.8140.2654.71
HexBAA45D0C321B2e2837
Octal2722441350146233565067
Binary101110101010010010111010110011001011011101110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA45D; }

 p { color: rgb(186,164,93); }

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

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

 a { background-color: rgb(186,164,93); }

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

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

 span { border-color: rgb(186,164,93); }

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