#BAA044

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

Shades of Brass #BAA044

Tints of Brass #BAA044

Color information

#BAA044 (or 0xBAA044) is unknown color: approx Brass. HEX triplet: BA, A0 and 44. RGB value is (186,160,68). Sum of RGB (Red+Green+Blue) = 186+160+68=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA044 is #455FBB. Grayscale: #9D9D9D. Windows color (decimal): -4546492 or 4497594. OLE color: 4497594.

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

Color convert

RGB18616068-
CMYK00.140.630.27
HSL46.78º46.46%49.8%-
HSV(B)46.78º63.44%72.94%-
XYZ33.863610.63-
YUV157.2977.61148.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 68 (26.95% from 255) = 16.43%
R=44.93%
G=38.65%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861606800.140.630.2746.7846.4649.8
HexBAA0440E3F1B2f2e32
Octal2722401040167733575662
Binary101110101010000010001000111011111111011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA044; }

 p { color: rgb(186,160,68); }

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

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

 a { background-color: rgb(186,160,68); }

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

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

 span { border-color: rgb(186,160,68); }

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