#BAA562

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

Shades of Gimblet #BAA562

Tints of Gimblet #BAA562

Color information

#BAA562 (or 0xBAA562) is unknown color: approx Gimblet. HEX triplet: BA, A5 and 62. RGB value is (186,165,98). Sum of RGB (Red+Green+Blue) = 186+165+98=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA562 is #455A9D. Grayscale: #A3A3A3. Windows color (decimal): -4545182 or 6464954. OLE color: 6464954.

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

Color convert

RGB18616598-
CMYK00.110.470.27
HSL45.68º38.94%55.69%-
HSV(B)45.68º47.31%72.94%-
XYZ35.9138.2317.04-
YUV163.6490.96143.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 98 (38.67% from 255) = 21.83%
R=41.43%
G=36.75%
B=21.83%

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
Decimal1861659800.110.470.2745.6838.9455.69
HexBAA5620B2F1B2e2738
Octal2722451420135733564770
Binary101110101010010111000100101110111111011101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA562; }

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

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

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

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

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

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

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

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