#BAA96D

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

Shades of Gimblet #BAA96D

Tints of Gimblet #BAA96D

Color information

#BAA96D (or 0xBAA96D) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 6D. RGB value is (186,169,109). Sum of RGB (Red+Green+Blue) = 186+169+109=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA96D is #455692. Grayscale: #A7A7A7. Windows color (decimal): -4544147 or 7186874. OLE color: 7186874.

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

Color convert

RGB186169109-
CMYK00.090.410.27
HSL46.75º35.81%57.84%-
HSV(B)46.75º41.4%72.94%-
XYZ37.239.9220.21-
YUV167.2495.13141.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 109 (42.97% from 255) = 23.49%
R=40.09%
G=36.42%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616910900.090.410.2746.7535.8157.84
HexBAA96D09291B2f243a
Octal2722511550115133574472
Binary101110101010100111011010100110100111011101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA96D; }

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

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

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

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

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

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

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

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