#BAAE65

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

Shades of Gimblet #BAAE65

Tints of Gimblet #BAAE65

Color information

#BAAE65 (or 0xBAAE65) is unknown color: approx Gimblet. HEX triplet: BA, AE and 65. RGB value is (186,174,101). Sum of RGB (Red+Green+Blue) = 186+174+101=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAE65 is #45519A. Grayscale: #A9A9A9. Windows color (decimal): -4542875 or 6663866. OLE color: 6663866.

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

Color convert

RGB186174101-
CMYK00.060.460.27
HSL51.53º38.12%56.27%-
HSV(B)51.53º45.7%72.94%-
XYZ37.7341.6518.36-
YUV169.2789.48139.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 174 (68.36% from 255) = 37.74%
BLUE value IS 101 (39.84% from 255) = 21.91%
R=40.35%
G=37.74%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617410100.060.460.2751.5338.1256.27
HexBAAE65062E1B342638
Octal272256145065633644670
Binary10111010101011101100101011010111011011110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAE65; }

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

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

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

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

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

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

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

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