#BAA565

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

Shades of Gimblet #BAA565

Tints of Gimblet #BAA565

Color information

#BAA565 (or 0xBAA565) is unknown color: approx Gimblet. HEX triplet: BA, A5 and 65. RGB value is (186,165,101). Sum of RGB (Red+Green+Blue) = 186+165+101=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA565 is #455A9A. Grayscale: #A4A4A4. Windows color (decimal): -4545179 or 6661562. OLE color: 6661562.

HSL color Cylindrical-coordinate representation of color #BAA565: hue angle of 45.18º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAA565 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186165101-
CMYK00.110.460.27
HSL45.18º38.12%56.27%-
HSV(B)45.18º45.7%72.94%-
XYZ36.0538.2917.8-
YUV163.9892.46143.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 165 (64.84% from 255) = 36.50%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=41.15%
G=36.50%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616510100.110.460.2745.1838.1256.27
HexBAA5650B2E1B2d2638
Octal2722451450135633554670
Binary101110101010010111001010101110111011011101101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA565; }

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

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

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

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

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

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

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

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