#BAA66C

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

Shades of Gimblet #BAA66C

Tints of Gimblet #BAA66C

Color information

#BAA66C (or 0xBAA66C) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 6C. RGB value is (186,166,108). Sum of RGB (Red+Green+Blue) = 186+166+108=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA66C is #455993. Grayscale: #A5A5A5. Windows color (decimal): -4544916 or 7120570. OLE color: 7120570.

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

Color convert

RGB186166108-
CMYK00.110.420.27
HSL44.62º36.11%57.65%-
HSV(B)44.62º41.94%72.94%-
XYZ36.5938.7919.75-
YUV165.3795.63142.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 166 (65.23% from 255) = 36.09%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=40.43%
G=36.09%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616610800.110.420.2744.6236.1157.65
HexBAA66C0B2A1B2d243a
Octal2722461540135233554472
Binary101110101010011011011000101110101011011101101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA66C; }

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

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

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

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

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

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

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

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