#BAAC56

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

Shades of Gimblet #BAAC56

Tints of Gimblet #BAAC56

Color information

#BAAC56 (or 0xBAAC56) is unknown color: approx Gimblet. HEX triplet: BA, AC and 56. RGB value is (186,172,86). Sum of RGB (Red+Green+Blue) = 186+172+86=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC56 is #4553A9. Grayscale: #A6A6A6. Windows color (decimal): -4543402 or 5680314. OLE color: 5680314.

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

Color convert

RGB18617286-
CMYK00.080.540.27
HSL51.6º42.02%53.33%-
HSV(B)51.6º53.76%72.94%-
XYZ36.6840.6214.71-
YUV166.3882.64141.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=41.89%
G=38.74%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861728600.080.540.2751.642.0253.33
HexBAAC5608361B342a35
Octal2722541260106633645265
Binary101110101010110010101100100011011011011110100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC56; }

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

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

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

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

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

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

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

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