#BAAC45

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

Shades of Brass #BAAC45

Tints of Brass #BAAC45

Color information

#BAAC45 (or 0xBAAC45) is unknown color: approx Brass. HEX triplet: BA, AC and 45. RGB value is (186,172,69). Sum of RGB (Red+Green+Blue) = 186+172+69=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 69 (27.34% from 255 or 16.16% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC45 is #4553BA. Grayscale: #A4A4A4. Windows color (decimal): -4543419 or 4566202. OLE color: 4566202.

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

Color convert

RGB18617269-
CMYK00.080.630.27
HSL52.82º45.88%50%-
HSV(B)52.82º62.9%72.94%-
XYZ36.0840.3711.52-
YUV164.4474.14143.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 69 (27.34% from 255) = 16.16%
R=43.56%
G=40.28%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861726900.080.630.2752.8245.8850
HexBAAC45083F1B352e32
Octal2722541050107733655662
Binary101110101010110010001010100011111111011110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC45; }

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

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

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

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

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

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

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

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