#BAAC3E

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

Shades of Brass #BAAC3E

Tints of Brass #BAAC3E

Color information

#BAAC3E (or 0xBAAC3E) is unknown color: approx Brass. HEX triplet: BA, AC and 3E. RGB value is (186,172,62). Sum of RGB (Red+Green+Blue) = 186+172+62=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC3E is #4553C1. Grayscale: #A4A4A4. Windows color (decimal): -4543426 or 4107450. OLE color: 4107450.

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

Color convert

RGB18617262-
CMYK00.080.670.27
HSL53.23º50%48.63%-
HSV(B)53.23º66.67%72.94%-
XYZ35.8740.2910.44-
YUV163.6570.64143.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 62 (24.61% from 255) = 14.76%
R=44.29%
G=40.95%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861726200.080.670.2753.235048.63
HexBAAC3E08431B353231
Octal2722547601010333656261
Binary101110101010110011111001000100001111011110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC3E; }

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

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

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

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

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

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

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

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