#BAA240

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

Shades of Brass #BAA240

Tints of Brass #BAA240

Color information

#BAA240 (or 0xBAA240) is unknown color: approx Brass. HEX triplet: BA, A2 and 40. RGB value is (186,162,64). Sum of RGB (Red+Green+Blue) = 186+162+64=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA240 is #455DBF. Grayscale: #9E9E9E. Windows color (decimal): -4545984 or 4235962. OLE color: 4235962.

HSL color Cylindrical-coordinate representation of color #BAA240: hue angle of 48.2º 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 #BAA240 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18616264-
CMYK00.130.660.27
HSL48.2º48.8%49.02%-
HSV(B)48.2º65.59%72.94%-
XYZ34.136.6510.13-
YUV15874.95147.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 64 (25.39% from 255) = 15.53%
R=45.15%
G=39.32%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861626400.130.660.2748.248.849.02
HexBAA2400D421B303131
Octal27224210001510233606161
Binary1011101010100010100000001101100001011011110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA240; }

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

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

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

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

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

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

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

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