#BAAC5C

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

Shades of Gimblet #BAAC5C

Tints of Gimblet #BAAC5C

Color information

#BAAC5C (or 0xBAAC5C) is unknown color: approx Gimblet. HEX triplet: BA, AC and 5C. RGB value is (186,172,92). Sum of RGB (Red+Green+Blue) = 186+172+92=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAC5C is #4553A3. Grayscale: #A7A7A7. Windows color (decimal): -4543396 or 6073530. OLE color: 6073530.

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

Color convert

RGB18617292-
CMYK00.080.510.27
HSL51.06º40.52%54.51%-
HSV(B)51.06º50.54%72.94%-
XYZ36.9340.7216.04-
YUV167.0785.64141.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 92 (36.33% from 255) = 20.44%
R=41.33%
G=38.22%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861729200.080.510.2751.0640.5254.51
HexBAAC5C08331B332937
Octal2722541340106333635167
Binary101110101010110010111000100011001111011110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC5C; }

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

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

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

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

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

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

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

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