#BAA246

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

Shades of Brass #BAA246

Tints of Brass #BAA246

Color information

#BAA246 (or 0xBAA246) is unknown color: approx Brass. HEX triplet: BA, A2 and 46. RGB value is (186,162,70). Sum of RGB (Red+Green+Blue) = 186+162+70=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA246 is #455DB9. Grayscale: #9F9F9F. Windows color (decimal): -4545978 or 4629178. OLE color: 4629178.

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

Color convert

RGB18616270-
CMYK00.130.620.27
HSL47.59º45.67%50.2%-
HSV(B)47.59º62.37%72.94%-
XYZ34.2836.7211.08-
YUV158.6977.95147.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 70 (27.73% from 255) = 16.75%
R=44.50%
G=38.76%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861627000.130.620.2747.5945.6750.2
HexBAA2460D3E1B302e32
Octal2722421060157633605662
Binary101110101010001010001100110111111011011110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA246; }

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

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

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

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

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

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

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

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