#BAAC6C

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

Shades of Gimblet #BAAC6C

Tints of Gimblet #BAAC6C

Color information

#BAAC6C (or 0xBAAC6C) is unknown color: approx Gimblet. HEX triplet: BA, AC and 6C. RGB value is (186,172,108). Sum of RGB (Red+Green+Blue) = 186+172+108=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6C is #455393. Grayscale: #A9A9A9. Windows color (decimal): -4543380 or 7122106. OLE color: 7122106.

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

Color convert

RGB186172108-
CMYK00.080.420.27
HSL49.23º36.11%57.65%-
HSV(B)49.23º41.94%72.94%-
XYZ37.7141.0320.12-
YUV168.8993.64140.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 108 (42.58% from 255) = 23.18%
R=39.91%
G=36.91%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617210800.080.420.2749.2336.1157.65
HexBAAC6C082A1B31243a
Octal2722541540105233614472
Binary101110101010110011011000100010101011011110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC6C; }

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

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

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

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

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

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

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

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