#BAA663

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

Shades of Gimblet #BAA663

Tints of Gimblet #BAA663

Color information

#BAA663 (or 0xBAA663) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 63. RGB value is (186,166,99). Sum of RGB (Red+Green+Blue) = 186+166+99=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA663 is #45599C. Grayscale: #A4A4A4. Windows color (decimal): -4544925 or 6530746. OLE color: 6530746.

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

Color convert

RGB18616699-
CMYK00.110.470.27
HSL46.21º38.67%55.88%-
HSV(B)46.21º46.77%72.94%-
XYZ36.1438.6117.35-
YUV164.3491.13143.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 166 (65.23% from 255) = 36.81%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=41.24%
G=36.81%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861669900.110.470.2746.2138.6755.88
HexBAA6630B2F1B2e2738
Octal2722461430135733564770
Binary101110101010011011000110101110111111011101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA663; }

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

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

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

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

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

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

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

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