#BAA63D

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

Shades of Brass #BAA63D

Tints of Brass #BAA63D

Color information

#BAA63D (or 0xBAA63D) is unknown color: approx Brass. HEX triplet: BA, A6 and 3D. RGB value is (186,166,61). Sum of RGB (Red+Green+Blue) = 186+166+61=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA63D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA63D is #4559C2. Grayscale: #A0A0A0. Windows color (decimal): -4544963 or 4040378. OLE color: 4040378.

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

Color convert

RGB18616661-
CMYK00.110.670.27
HSL50.4º50.61%48.43%-
HSV(B)50.4º67.2%72.94%-
XYZ34.7338.059.93-
YUV160.0172.13146.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 166 (65.23% from 255) = 40.19%
BLUE value IS 61 (24.22% from 255) = 14.77%
R=45.04%
G=40.19%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861666100.110.670.2750.450.6148.43
HexBAA63D0B431B323330
Octal2722467501310333626360
Binary101110101010011011110101011100001111011110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA63D; }

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

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

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

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

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

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

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

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