#baac3c

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

Shades of Brass #BAAC3C

Tints of Brass #BAAC3C

Color information

#BAAC3C (or 0xBAAC3C) is unknown color: approx Brass. HEX triplet: BA, AC and 3C. RGB value is (186,172,60). Sum of RGB (Red+Green+Blue) = 186+172+60=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC3C is #4553C3. Grayscale: #A3A3A3. Windows color (decimal): -4543428 or 3976378. OLE color: 3976378.

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

Color convert

RGB18617260-
CMYK00.080.680.27
HSL53.33º51.22%48.24%-
HSV(B)53.33º67.74%72.94%-
XYZ35.8240.2710.16-
YUV163.4269.64144.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 60 (23.83% from 255) = 14.35%
R=44.50%
G=41.15%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861726000.080.680.2753.3351.2248.24
HexBAAC3C08441B353330
Octal2722547401010433656360
Binary101110101010110011110001000100010011011110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baac3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baac3c; }

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

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

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

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

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

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

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

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