#baac66

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

Shades of Gimblet #BAAC66

Tints of Gimblet #BAAC66

Color information

#BAAC66 (or 0xBAAC66) is unknown color: approx Gimblet. HEX triplet: BA, AC and 66. RGB value is (186,172,102). Sum of RGB (Red+Green+Blue) = 186+172+102=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 172 (67.58% from 255 or 37.39% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC66 is #455399. Grayscale: #A8A8A8. Windows color (decimal): -4543386 or 6728890. OLE color: 6728890.

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

Color convert

RGB186172102-
CMYK00.080.450.27
HSL50º37.84%56.47%-
HSV(B)50º45.16%72.94%-
XYZ37.440.918.49-
YUV168.2190.64140.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 172 (67.58% from 255) = 37.39%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=40.43%
G=37.39%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617210200.080.450.275037.8456.47
HexBAAC66082D1B322638
Octal2722541460105533624670
Binary101110101010110011001100100010110111011110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baac66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baac66; }

 p { color: rgb(186,172,102); }

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

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

 a { background-color: rgb(186,172,102); }

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

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

 span { border-color: rgb(186,172,102); }

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