#BAA839

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

Shades of Brass #BAA839

Tints of Brass #BAA839

Color information

#BAA839 (or 0xBAA839) is unknown color: approx Brass. HEX triplet: BA, A8 and 39. RGB value is (186,168,57). Sum of RGB (Red+Green+Blue) = 186+168+57=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA839 is #4557C6. Grayscale: #A1A1A1. Windows color (decimal): -4544455 or 3778746. OLE color: 3778746.

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

Color convert

RGB18616857-
CMYK00.100.690.27
HSL51.63º53.09%47.65%-
HSV(B)51.63º69.35%72.94%-
XYZ34.9938.749.5-
YUV160.7369.46146.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 57 (22.66% from 255) = 13.87%
R=45.26%
G=40.88%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861685700.100.690.2751.6353.0947.65
HexBAA8390A451B343530
Octal2722507101210533646560
Binary101110101010100011100101010100010111011110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA839; }

 p { color: rgb(186,168,57); }

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

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

 a { background-color: rgb(186,168,57); }

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

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

 span { border-color: rgb(186,168,57); }

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