#BAA96C

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

Shades of Gimblet #BAA96C

Tints of Gimblet #BAA96C

Color information

#BAA96C (or 0xBAA96C) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 6C. RGB value is (186,169,108). Sum of RGB (Red+Green+Blue) = 186+169+108=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA96C is #455693. Grayscale: #A7A7A7. Windows color (decimal): -4544148 or 7121338. OLE color: 7121338.

HSL color Cylindrical-coordinate representation of color #BAA96C: hue angle of 46.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAA96C is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186169108-
CMYK00.090.420.27
HSL46.92º36.11%57.65%-
HSV(B)46.92º41.94%72.94%-
XYZ37.1439.919.93-
YUV167.1394.63141.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 169 (66.41% from 255) = 36.50%
BLUE value IS 108 (42.58% from 255) = 23.33%
R=40.17%
G=36.50%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616910800.090.420.2746.9236.1157.65
HexBAA96C092A1B2f243a
Octal2722511540115233574472
Binary101110101010100111011000100110101011011101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA96C; }

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

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

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

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

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

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

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

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