#BAA46A

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

Shades of Gimblet #BAA46A

Tints of Gimblet #BAA46A

Color information

#BAA46A (or 0xBAA46A) is unknown color: approx Gimblet. HEX triplet: BA, A4 and 6A. RGB value is (186,164,106). Sum of RGB (Red+Green+Blue) = 186+164+106=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA46A is #455B95. Grayscale: #A4A4A4. Windows color (decimal): -4545430 or 6988986. OLE color: 6988986.

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

Color convert

RGB186164106-
CMYK00.120.430.27
HSL43.5º36.7%57.25%-
HSV(B)43.5º43.01%72.94%-
XYZ36.1338.0319.07-
YUV163.9795.29143.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=40.79%
G=35.96%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616410600.120.430.2743.536.757.25
HexBAA46A0C2B1B2c2539
Octal2722441520145333544571
Binary101110101010010011010100110010101111011101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA46A; }

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

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

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

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

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

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

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

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