#BAA56E

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

Shades of Gimblet #BAA56E

Tints of Gimblet #BAA56E

Color information

#BAA56E (or 0xBAA56E) is unknown color: approx Gimblet. HEX triplet: BA, A5 and 6E. RGB value is (186,165,110). Sum of RGB (Red+Green+Blue) = 186+165+110=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA56E is #455A91. Grayscale: #A5A5A5. Windows color (decimal): -4545170 or 7251386. OLE color: 7251386.

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

Color convert

RGB186165110-
CMYK00.110.410.27
HSL43.42º35.51%58.04%-
HSV(B)43.42º40.86%72.94%-
XYZ36.5238.4820.25-
YUV165.0196.96142.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=40.35%
G=35.79%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616511000.110.410.2743.4235.5158.04
HexBAA56E0B291B2b243a
Octal2722451560135133534472
Binary101110101010010111011100101110100111011101011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA56E; }

 p { color: rgb(186,165,110); }

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

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

 a { background-color: rgb(186,165,110); }

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

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

 span { border-color: rgb(186,165,110); }

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