#BAA03E

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

Shades of Brass #BAA03E

Tints of Brass #BAA03E

Color information

#BAA03E (or 0xBAA03E) is unknown color: approx Brass. HEX triplet: BA, A0 and 3E. RGB value is (186,160,62). Sum of RGB (Red+Green+Blue) = 186+160+62=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA03E is #455FC1. Grayscale: #9D9D9D. Windows color (decimal): -4546498 or 4104378. OLE color: 4104378.

HSL color Cylindrical-coordinate representation of color #BAA03E: hue angle of 47.42º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAA03E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18616062-
CMYK00.140.670.27
HSL47.42º50%48.63%-
HSV(B)47.42º66.67%72.94%-
XYZ33.6935.939.72-
YUV156.674.61148.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 62 (24.61% from 255) = 15.20%
R=45.59%
G=39.22%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861606200.140.670.2747.425048.63
HexBAA03E0E431B2f3231
Octal2722407601610333576261
Binary101110101010000011111001110100001111011101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA03E; }

 p { color: rgb(186,160,62); }

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

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

 a { background-color: rgb(186,160,62); }

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

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

 span { border-color: rgb(186,160,62); }

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