#BAA460

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

Shades of Gimblet #BAA460

Tints of Gimblet #BAA460

Color information

#BAA460 (or 0xBAA460) is unknown color: approx Gimblet. HEX triplet: BA, A4 and 60. RGB value is (186,164,96). Sum of RGB (Red+Green+Blue) = 186+164+96=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA460 is #455B9F. Grayscale: #A3A3A3. Windows color (decimal): -4545440 or 6333626. OLE color: 6333626.

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

Color convert

RGB18616496-
CMYK00.120.480.27
HSL45.33º39.47%55.29%-
HSV(B)45.33º48.39%72.94%-
XYZ35.6437.8316.49-
YUV162.8390.29144.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=41.70%
G=36.77%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861649600.120.480.2745.3339.4755.29
HexBAA4600C301B2d2737
Octal2722441400146033554767
Binary101110101010010011000000110011000011011101101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA460; }

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

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

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

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

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

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

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

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