#BAA145

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

Shades of Brass #BAA145

Tints of Brass #BAA145

Color information

#BAA145 (or 0xBAA145) is unknown color: approx Brass. HEX triplet: BA, A1 and 45. RGB value is (186,161,69). Sum of RGB (Red+Green+Blue) = 186+161+69=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA145 is #455EBA. Grayscale: #9E9E9E. Windows color (decimal): -4546235 or 4563386. OLE color: 4563386.

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

Color convert

RGB18616169-
CMYK00.130.630.27
HSL47.18º45.88%50%-
HSV(B)47.18º62.9%72.94%-
XYZ34.0736.3610.85-
YUV157.9977.78147.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 69 (27.34% from 255) = 16.59%
R=44.71%
G=38.70%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861616900.130.630.2747.1845.8850
HexBAA1450D3F1B2f2e32
Octal2722411050157733575662
Binary101110101010000110001010110111111111011101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA145; }

 p { color: rgb(186,161,69); }

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

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

 a { background-color: rgb(186,161,69); }

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

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

 span { border-color: rgb(186,161,69); }

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