#BAA462

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

Shades of Gimblet #BAA462

Tints of Gimblet #BAA462

Color information

#BAA462 (or 0xBAA462) is unknown color: approx Gimblet. HEX triplet: BA, A4 and 62. RGB value is (186,164,98). Sum of RGB (Red+Green+Blue) = 186+164+98=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAA462 is #455B9D. Grayscale: #A3A3A3. Windows color (decimal): -4545438 or 6464698. OLE color: 6464698.

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

Color convert

RGB18616498-
CMYK00.120.470.27
HSL45º38.94%55.69%-
HSV(B)45º47.31%72.94%-
XYZ35.7337.8716.98-
YUV163.0591.29144.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=41.52%
G=36.61%
B=21.88%

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
Decimal1861649800.120.470.274538.9455.69
HexBAA4620C2F1B2d2738
Octal2722441420145733554770
Binary101110101010010011000100110010111111011101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA462; }

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

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

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

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

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

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

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

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