#BAA640

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

Shades of Brass #BAA640

Tints of Brass #BAA640

Color information

#BAA640 (or 0xBAA640) is unknown color: approx Brass. HEX triplet: BA, A6 and 40. RGB value is (186,166,64). Sum of RGB (Red+Green+Blue) = 186+166+64=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA640 is #4559BF. Grayscale: #A0A0A0. Windows color (decimal): -4544960 or 4236986. OLE color: 4236986.

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

Color convert

RGB18616664-
CMYK00.110.660.27
HSL50.16º48.8%49.02%-
HSV(B)50.16º65.59%72.94%-
XYZ34.8138.0810.37-
YUV160.3573.63146.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 166 (65.23% from 255) = 39.90%
BLUE value IS 64 (25.39% from 255) = 15.38%
R=44.71%
G=39.90%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861666400.110.660.2750.1648.849.02
HexBAA6400B421B323131
Octal27224610001310233626161
Binary1011101010100110100000001011100001011011110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA640; }

 p { color: rgb(186,166,64); }

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

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

 a { background-color: rgb(186,166,64); }

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

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

 span { border-color: rgb(186,166,64); }

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