#BAA463

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

Shades of Gimblet #BAA463

Tints of Gimblet #BAA463

Color information

#BAA463 (or 0xBAA463) is unknown color: approx Gimblet. HEX triplet: BA, A4 and 63. RGB value is (186,164,99). Sum of RGB (Red+Green+Blue) = 186+164+99=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA463 is #455B9C. Grayscale: #A3A3A3. Windows color (decimal): -4545437 or 6530234. OLE color: 6530234.

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

Color convert

RGB18616499-
CMYK00.120.470.27
HSL44.83º38.67%55.88%-
HSV(B)44.83º46.77%72.94%-
XYZ35.7837.8917.23-
YUV163.1791.79144.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 99 (39.06% from 255) = 22.05%
R=41.43%
G=36.53%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861649900.120.470.2744.8338.6755.88
HexBAA4630C2F1B2d2738
Octal2722441430145733554770
Binary101110101010010011000110110010111111011101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA463; }

 p { color: rgb(186,164,99); }

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

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

 a { background-color: rgb(186,164,99); }

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

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

 span { border-color: rgb(186,164,99); }

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