#BAA56C

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

Shades of Gimblet #BAA56C

Tints of Gimblet #BAA56C

Color information

#BAA56C (or 0xBAA56C) is unknown color: approx Gimblet. HEX triplet: BA, A5 and 6C. RGB value is (186,165,108). Sum of RGB (Red+Green+Blue) = 186+165+108=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA56C is #455A93. Grayscale: #A5A5A5. Windows color (decimal): -4545172 or 7120314. OLE color: 7120314.

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

Color convert

RGB186165108-
CMYK00.110.420.27
HSL43.85º36.11%57.65%-
HSV(B)43.85º41.94%72.94%-
XYZ36.4138.4319.69-
YUV164.7895.96143.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=40.52%
G=35.95%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616510800.110.420.2743.8536.1157.65
HexBAA56C0B2A1B2c243a
Octal2722451540135233544472
Binary101110101010010111011000101110101011011101100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA56C; }

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

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

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

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

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

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

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

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