#BAAC60

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

Shades of Gimblet #BAAC60

Tints of Gimblet #BAAC60

Color information

#BAAC60 (or 0xBAAC60) is unknown color: approx Gimblet. HEX triplet: BA, AC and 60. RGB value is (186,172,96). Sum of RGB (Red+Green+Blue) = 186+172+96=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC60 is #45539F. Grayscale: #A7A7A7. Windows color (decimal): -4543392 or 6335674. OLE color: 6335674.

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

Color convert

RGB18617296-
CMYK00.080.480.27
HSL50.67º39.47%55.29%-
HSV(B)50.67º48.39%72.94%-
XYZ37.1140.7916.98-
YUV167.5287.64141.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=40.97%
G=37.89%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861729600.080.480.2750.6739.4755.29
HexBAAC6008301B332737
Octal2722541400106033634767
Binary101110101010110011000000100011000011011110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC60; }

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

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

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

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

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

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

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

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