#BAAC49

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

Shades of Brass #BAAC49

Tints of Brass #BAAC49

Color information

#BAAC49 (or 0xBAAC49) is unknown color: approx Brass. HEX triplet: BA, AC and 49. RGB value is (186,172,73). Sum of RGB (Red+Green+Blue) = 186+172+73=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC49 is #4553B6. Grayscale: #A5A5A5. Windows color (decimal): -4543415 or 4828346. OLE color: 4828346.

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

Color convert

RGB18617273-
CMYK00.080.610.27
HSL52.57º45.02%50.78%-
HSV(B)52.57º60.75%72.94%-
XYZ36.240.4312.2-
YUV164.976.14143.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 73 (28.91% from 255) = 16.94%
R=43.16%
G=39.91%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861727300.080.610.2752.5745.0250.78
HexBAAC49083D1B352d33
Octal2722541110107533655563
Binary101110101010110010010010100011110111011110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC49; }

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

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

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

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

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

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

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

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