#BAAC59

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

Shades of Gimblet #BAAC59

Tints of Gimblet #BAAC59

Color information

#BAAC59 (or 0xBAAC59) is unknown color: approx Gimblet. HEX triplet: BA, AC and 59. RGB value is (186,172,89). Sum of RGB (Red+Green+Blue) = 186+172+89=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC59 is #4553A6. Grayscale: #A7A7A7. Windows color (decimal): -4543399 or 5876922. OLE color: 5876922.

HSL color Cylindrical-coordinate representation of color #BAAC59: hue angle of 51.34º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAAC59 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB18617289-
CMYK00.080.520.27
HSL51.34º41.28%53.92%-
HSV(B)51.34º52.15%72.94%-
XYZ36.8140.6715.36-
YUV166.7284.14141.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 89 (35.16% from 255) = 19.91%
R=41.61%
G=38.48%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861728900.080.520.2751.3441.2853.92
HexBAAC5908341B332936
Octal2722541310106433635166
Binary101110101010110010110010100011010011011110011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC59; }

 p { color: rgb(186,172,89); }

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

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

 a { background-color: rgb(186,172,89); }

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

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

 span { border-color: rgb(186,172,89); }

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