#BAA66A

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

Shades of Gimblet #BAA66A

Tints of Gimblet #BAA66A

Color information

#BAA66A (or 0xBAA66A) is unknown color: approx Gimblet. HEX triplet: BA, A6 and 6A. RGB value is (186,166,106). Sum of RGB (Red+Green+Blue) = 186+166+106=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA66A is #455995. Grayscale: #A5A5A5. Windows color (decimal): -4544918 or 6989498. OLE color: 6989498.

HSL color Cylindrical-coordinate representation of color #BAA66A: hue angle of 45º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAA66A is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB186166106-
CMYK00.110.430.27
HSL45º36.7%57.25%-
HSV(B)45º43.01%72.94%-
XYZ36.4938.7519.19-
YUV165.1494.63142.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=40.61%
G=36.24%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616610600.110.430.274536.757.25
HexBAA66A0B2B1B2d2539
Octal2722461520135333554571
Binary101110101010011011010100101110101111011101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA66A; }

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

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

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

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

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

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

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

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