#BAA86E

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

Shades of Gimblet #BAA86E

Tints of Gimblet #BAA86E

Color information

#BAA86E (or 0xBAA86E) is unknown color: approx Gimblet. HEX triplet: BA, A8 and 6E. RGB value is (186,168,110). Sum of RGB (Red+Green+Blue) = 186+168+110=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA86E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA86E is #455791. Grayscale: #A7A7A7. Windows color (decimal): -4544402 or 7252154. OLE color: 7252154.

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

Color convert

RGB186168110-
CMYK00.100.410.27
HSL45.79º35.51%58.04%-
HSV(B)45.79º40.86%72.94%-
XYZ37.0739.5720.44-
YUV166.7795.96141.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=40.09%
G=36.21%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616811000.100.410.2745.7935.5158.04
HexBAA86E0A291B2e243a
Octal2722501560125133564472
Binary101110101010100011011100101010100111011101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA86E; }

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

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

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

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

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

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

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

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