#BAA560

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

Shades of Gimblet #BAA560

Tints of Gimblet #BAA560

Color information

#BAA560 (or 0xBAA560) is unknown color: approx Gimblet. HEX triplet: BA, A5 and 60. RGB value is (186,165,96). Sum of RGB (Red+Green+Blue) = 186+165+96=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA560 is #455A9F. Grayscale: #A3A3A3. Windows color (decimal): -4545184 or 6333882. OLE color: 6333882.

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

Color convert

RGB18616596-
CMYK00.110.480.27
HSL46º39.47%55.29%-
HSV(B)46º48.39%72.94%-
XYZ35.8238.1916.55-
YUV163.4189.96144.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 165 (64.84% from 255) = 36.91%
BLUE value IS 96 (37.89% from 255) = 21.48%
R=41.61%
G=36.91%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861659600.110.480.274639.4755.29
HexBAA5600B301B2e2737
Octal2722451400136033564767
Binary101110101010010111000000101111000011011101110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA560; }

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

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

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

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

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

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

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

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