#BAAC57

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

Shades of Gimblet #BAAC57

Tints of Gimblet #BAAC57

Color information

#BAAC57 (or 0xBAAC57) is unknown color: approx Gimblet. HEX triplet: BA, AC and 57. RGB value is (186,172,87). Sum of RGB (Red+Green+Blue) = 186+172+87=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC57 is #4553A8. Grayscale: #A6A6A6. Windows color (decimal): -4543401 or 5745850. OLE color: 5745850.

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

Color convert

RGB18617287-
CMYK00.080.530.27
HSL51.52º41.77%53.53%-
HSV(B)51.52º53.23%72.94%-
XYZ36.7240.6314.92-
YUV166.583.14141.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 172 (67.58% from 255) = 38.65%
BLUE value IS 87 (34.38% from 255) = 19.55%
R=41.80%
G=38.65%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861728700.080.530.2751.5241.7753.53
HexBAAC5708351B342a36
Octal2722541270106533645266
Binary101110101010110010101110100011010111011110100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC57; }

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

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

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

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

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

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

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

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