#BAA949

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

Shades of Brass #BAA949

Tints of Brass #BAA949

Color information

#BAA949 (or 0xBAA949) is unknown color: approx Brass. HEX triplet: BA, A9 and 49. RGB value is (186,169,73). Sum of RGB (Red+Green+Blue) = 186+169+73=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA949 is #4556B6. Grayscale: #A3A3A3. Windows color (decimal): -4544183 or 4827578. OLE color: 4827578.

HSL color Cylindrical-coordinate representation of color #BAA949: hue angle of 50.97º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAA949 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18616973-
CMYK00.090.610.27
HSL50.97º45.02%50.78%-
HSV(B)50.97º60.75%72.94%-
XYZ35.6439.312.01-
YUV163.1477.13144.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 73 (28.91% from 255) = 17.06%
R=43.46%
G=39.49%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861697300.090.610.2750.9745.0250.78
HexBAA949093D1B332d33
Octal2722511110117533635563
Binary101110101010100110010010100111110111011110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA949; }

 p { color: rgb(186,169,73); }

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

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

 a { background-color: rgb(186,169,73); }

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

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

 span { border-color: rgb(186,169,73); }

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