#BAA241

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

Shades of Brass #BAA241

Tints of Brass #BAA241

Color information

#BAA241 (or 0xBAA241) is unknown color: approx Brass. HEX triplet: BA, A2 and 41. RGB value is (186,162,65). Sum of RGB (Red+Green+Blue) = 186+162+65=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA241 is #455DBE. Grayscale: #9E9E9E. Windows color (decimal): -4545983 or 4301498. OLE color: 4301498.

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

Color convert

RGB18616265-
CMYK00.130.650.27
HSL48.1º48.21%49.22%-
HSV(B)48.1º65.05%72.94%-
XYZ34.1236.6610.28-
YUV158.1275.45147.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 65 (25.78% from 255) = 15.74%
R=45.04%
G=39.23%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861626500.130.650.2748.148.2149.22
HexBAA2410D411B303031
Octal27224210101510133606061
Binary1011101010100010100000101101100000111011110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA241; }

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

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

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

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

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

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

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

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