#BAA445

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

Shades of Brass #BAA445

Tints of Brass #BAA445

Color information

#BAA445 (or 0xBAA445) is unknown color: approx Brass. HEX triplet: BA, A4 and 45. RGB value is (186,164,69). Sum of RGB (Red+Green+Blue) = 186+164+69=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA445 is #455BBA. Grayscale: #A0A0A0. Windows color (decimal): -4545467 or 4564154. OLE color: 4564154.

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

Color convert

RGB18616469-
CMYK00.120.630.27
HSL48.72º45.88%50%-
HSV(B)48.72º62.9%72.94%-
XYZ34.637.4211.03-
YUV159.7576.79146.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 69 (27.34% from 255) = 16.47%
R=44.39%
G=39.14%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861646900.120.630.2748.7245.8850
HexBAA4450C3F1B312e32
Octal2722441050147733615662
Binary101110101010010010001010110011111111011110001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA445; }

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

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

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

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

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

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

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

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