#BAA965

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

Shades of Gimblet #BAA965

Tints of Gimblet #BAA965

Color information

#BAA965 (or 0xBAA965) is unknown color: approx Gimblet. HEX triplet: BA, A9 and 65. RGB value is (186,169,101). Sum of RGB (Red+Green+Blue) = 186+169+101=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA965 is #45569A. Grayscale: #A6A6A6. Windows color (decimal): -4544155 or 6662586. OLE color: 6662586.

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

Color convert

RGB186169101-
CMYK00.090.460.27
HSL48º38.12%56.27%-
HSV(B)48º45.7%72.94%-
XYZ36.7939.7518.05-
YUV166.3391.13142.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 101 (39.84% from 255) = 22.15%
R=40.79%
G=37.06%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616910100.090.460.274838.1256.27
HexBAA965092E1B302638
Octal2722511450115633604670
Binary101110101010100111001010100110111011011110000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA965; }

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

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

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

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

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

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

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

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