#BAA66D

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

Shades of Gimblet #BAA66D

Tints of Gimblet #BAA66D

Color information

#BAA66D (or 0xBAA66D) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 6D. RGB value is (186,166,109). Sum of RGB (Red+Green+Blue) = 186+166+109=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA66D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA66D is #455992. Grayscale: #A5A5A5. Windows color (decimal): -4544915 or 7186106. OLE color: 7186106.

HSL color Cylindrical-coordinate representation of color #BAA66D: hue angle of 44.42º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAA66D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB186166109-
CMYK00.110.410.27
HSL44.42º35.81%57.84%-
HSV(B)44.42º41.4%72.94%-
XYZ36.6538.8220.03-
YUV165.4896.13142.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=40.35%
G=36.01%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616610900.110.410.2744.4235.8157.84
HexBAA66D0B291B2c243a
Octal2722461550135133544472
Binary101110101010011011011010101110100111011101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA66D; }

 p { color: rgb(186,166,109); }

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

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

 a { background-color: rgb(186,166,109); }

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

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

 span { border-color: rgb(186,166,109); }

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