#BAA665

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

Shades of Gimblet #BAA665

Tints of Gimblet #BAA665

Color information

#BAA665 (or 0xBAA665) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 65. RGB value is (186,166,101). Sum of RGB (Red+Green+Blue) = 186+166+101=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA665 is #45599A. Grayscale: #A4A4A4. Windows color (decimal): -4544923 or 6661818. OLE color: 6661818.

HSL color Cylindrical-coordinate representation of color #BAA665: hue angle of 45.88º 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 #BAA665 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186166101-
CMYK00.110.460.27
HSL45.88º38.12%56.27%-
HSV(B)45.88º45.7%72.94%-
XYZ36.2338.6517.86-
YUV164.5792.13143.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 166 (65.23% from 255) = 36.64%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=41.06%
G=36.64%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616610100.110.460.2745.8838.1256.27
HexBAA6650B2E1B2e2638
Octal2722461450135633564670
Binary101110101010011011001010101110111011011101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA665; }

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

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

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

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

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

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

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

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