#BAA249

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

Shades of Brass #BAA249

Tints of Brass #BAA249

Color information

#BAA249 (or 0xBAA249) is unknown color: approx Brass. HEX triplet: BA, A2 and 49. RGB value is (186,162,73). Sum of RGB (Red+Green+Blue) = 186+162+73=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA249 is #455DB6. Grayscale: #9F9F9F. Windows color (decimal): -4545975 or 4825786. OLE color: 4825786.

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

Color convert

RGB18616273-
CMYK00.130.610.27
HSL47.26º45.02%50.78%-
HSV(B)47.26º60.75%72.94%-
XYZ34.3736.7611.59-
YUV159.0379.45147.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=44.18%
G=38.48%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861627300.130.610.2747.2645.0250.78
HexBAA2490D3D1B2f2d33
Octal2722421110157533575563
Binary101110101010001010010010110111110111011101111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA249; }

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

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

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

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

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

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

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

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