#BAA346

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

Shades of Brass #BAA346

Tints of Brass #BAA346

Color information

#BAA346 (or 0xBAA346) is unknown color: approx Brass. HEX triplet: BA, A3 and 46. RGB value is (186,163,70). Sum of RGB (Red+Green+Blue) = 186+163+70=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA346 is #455CB9. Grayscale: #9F9F9F. Windows color (decimal): -4545722 or 4629434. OLE color: 4629434.

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

Color convert

RGB18616370-
CMYK00.120.620.27
HSL48.1º45.67%50.2%-
HSV(B)48.1º62.37%72.94%-
XYZ34.4537.0811.13-
YUV159.2777.62147.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 70 (27.73% from 255) = 16.71%
R=44.39%
G=38.90%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861637000.120.620.2748.145.6750.2
HexBAA3460C3E1B302e32
Octal2722431060147633605662
Binary101110101010001110001100110011111011011110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA346; }

 p { color: rgb(186,163,70); }

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

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

 a { background-color: rgb(186,163,70); }

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

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

 span { border-color: rgb(186,163,70); }

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