#BAA764

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

Shades of Gimblet #BAA764

Tints of Gimblet #BAA764

Color information

#BAA764 (or 0xBAA764) is unknown color: approx Gimblet. HEX triplet: BA, A7 and 64. RGB value is (186,167,100). Sum of RGB (Red+Green+Blue) = 186+167+100=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA764 is #45589B. Grayscale: #A5A5A5. Windows color (decimal): -4544668 or 6596538. OLE color: 6596538.

HSL color Cylindrical-coordinate representation of color #BAA764: hue angle of 46.74º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAA764 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186167100-
CMYK00.100.460.27
HSL46.74º38.39%56.08%-
HSV(B)46.74º46.24%72.94%-
XYZ36.373917.67-
YUV165.0491.29142.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=41.06%
G=36.87%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616710000.100.460.2746.7438.3956.08
HexBAA7640A2E1B2f2638
Octal2722471440125633574670
Binary101110101010011111001000101010111011011101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA764; }

 p { color: rgb(186,167,100); }

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

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

 a { background-color: rgb(186,167,100); }

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

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

 span { border-color: rgb(186,167,100); }

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