#BAAD49

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

Shades of Brass #BAAD49

Tints of Brass #BAAD49

Color information

#BAAD49 (or 0xBAAD49) is unknown color: approx Brass. HEX triplet: BA, AD and 49. RGB value is (186,173,73). Sum of RGB (Red+Green+Blue) = 186+173+73=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAD49 is #4552B6. Grayscale: #A5A5A5. Windows color (decimal): -4543159 or 4828602. OLE color: 4828602.

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

Color convert

RGB18617373-
CMYK00.070.610.27
HSL53.1º45.02%50.78%-
HSV(B)53.1º60.75%72.94%-
XYZ36.440.8112.26-
YUV165.4975.81142.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.06%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 73 (28.91% from 255) = 16.90%
R=43.06%
G=40.05%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861737300.070.610.2753.145.0250.78
HexBAAD49073D1B352d33
Octal272255111077533655563
Binary10111010101011011001001011111110111011110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD49; }

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

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

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

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

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

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

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

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