#BAAA49

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

Shades of Brass #BAAA49

Tints of Brass #BAAA49

Color information

#BAAA49 (or 0xBAAA49) is unknown color: approx Brass. HEX triplet: BA, AA and 49. RGB value is (186,170,73). Sum of RGB (Red+Green+Blue) = 186+170+73=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAA49 is #4555B6. Grayscale: #A4A4A4. Windows color (decimal): -4543927 or 4827834. OLE color: 4827834.

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

Color convert

RGB18617073-
CMYK00.090.610.27
HSL51.5º45.02%50.78%-
HSV(B)51.5º60.75%72.94%-
XYZ35.8339.6712.07-
YUV163.7376.8143.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.36%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=43.36%
G=39.63%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861707300.090.610.2751.545.0250.78
HexBAAA49093D1B342d33
Octal2722521110117533645563
Binary101110101010101010010010100111110111011110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA49; }

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

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

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

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

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

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

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

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