#BAA63C

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

Shades of Brass #BAA63C

Tints of Brass #BAA63C

Color information

#BAA63C (or 0xBAA63C) is unknown color: approx Brass. HEX triplet: BA, A6 and 3C. RGB value is (186,166,60). Sum of RGB (Red+Green+Blue) = 186+166+60=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA63C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA63C is #4559C3. Grayscale: #A0A0A0. Windows color (decimal): -4544964 or 3974842. OLE color: 3974842.

HSL color Cylindrical-coordinate representation of color #BAA63C: hue angle of 50.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAA63C is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB18616660-
CMYK00.110.680.27
HSL50.48º51.22%48.24%-
HSV(B)50.48º67.74%72.94%-
XYZ34.738.049.79-
YUV159.971.63146.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 60 (23.83% from 255) = 14.56%
R=45.15%
G=40.29%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861666000.110.680.2750.4851.2248.24
HexBAA63C0B441B323330
Octal2722467401310433626360
Binary101110101010011011110001011100010011011110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA63C; }

 p { color: rgb(186,166,60); }

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

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

 a { background-color: rgb(186,166,60); }

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

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

 span { border-color: rgb(186,166,60); }

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