#BAA563

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

Shades of Gimblet #BAA563

Tints of Gimblet #BAA563

Color information

#BAA563 (or 0xBAA563) is unknown color: approx Gimblet. HEX triplet: BA, A5 and 63. RGB value is (186,165,99). Sum of RGB (Red+Green+Blue) = 186+165+99=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA563 is #455A9C. Grayscale: #A4A4A4. Windows color (decimal): -4545181 or 6530490. OLE color: 6530490.

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

Color convert

RGB18616599-
CMYK00.110.470.27
HSL45.52º38.67%55.88%-
HSV(B)45.52º46.77%72.94%-
XYZ35.9638.2517.29-
YUV163.7691.46143.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 99 (39.06% from 255) = 22%
R=41.33%
G=36.67%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861659900.110.470.2745.5238.6755.88
HexBAA5630B2F1B2e2738
Octal2722451430135733564770
Binary101110101010010111000110101110111111011101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA563; }

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

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

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

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

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

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

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

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