#BAAC6D

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

Shades of Gimblet #BAAC6D

Tints of Gimblet #BAAC6D

Color information

#BAAC6D (or 0xBAAC6D) is unknown color: approx Gimblet. HEX triplet: BA, AC and 6D. RGB value is (186,172,109). Sum of RGB (Red+Green+Blue) = 186+172+109=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC6D is #455392. Grayscale: #A9A9A9. Windows color (decimal): -4543379 or 7187642. OLE color: 7187642.

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

Color convert

RGB186172109-
CMYK00.080.410.27
HSL49.09º35.81%57.84%-
HSV(B)49.09º41.4%72.94%-
XYZ37.7641.0520.4-
YUV16994.14140.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=39.83%
G=36.83%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617210900.080.410.2749.0935.8157.84
HexBAAC6D08291B31243a
Octal2722541550105133614472
Binary101110101010110011011010100010100111011110001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC6D; }

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

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

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

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

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

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

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

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