#BAA86D

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

Shades of Gimblet #BAA86D

Tints of Gimblet #BAA86D

Color information

#BAA86D (or 0xBAA86D) is unknown color: approx Gimblet. HEX triplet: BA, A8 and 6D. RGB value is (186,168,109). Sum of RGB (Red+Green+Blue) = 186+168+109=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA86D is #455792. Grayscale: #A6A6A6. Windows color (decimal): -4544403 or 7186618. OLE color: 7186618.

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

Color convert

RGB186168109-
CMYK00.100.410.27
HSL45.97º35.81%57.84%-
HSV(B)45.97º41.4%72.94%-
XYZ37.0139.5520.15-
YUV166.6695.46141.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 109 (42.97% from 255) = 23.54%
R=40.17%
G=36.29%
B=23.54%

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
Decimal18616810900.100.410.2745.9735.8157.84
HexBAA86D0A291B2e243a
Octal2722501550125133564472
Binary101110101010100011011010101010100111011101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA86D; }

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

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

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

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

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

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

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

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