#BAA43D

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

Shades of Brass #BAA43D

Tints of Brass #BAA43D

Color information

#BAA43D (or 0xBAA43D) is unknown color: approx Brass. HEX triplet: BA, A4 and 3D. RGB value is (186,164,61). Sum of RGB (Red+Green+Blue) = 186+164+61=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA43D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA43D is #455BC2. Grayscale: #9F9F9F. Windows color (decimal): -4545475 or 4039866. OLE color: 4039866.

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

Color convert

RGB18616461-
CMYK00.120.670.27
HSL49.44º50.61%48.43%-
HSV(B)49.44º67.2%72.94%-
XYZ34.3737.339.81-
YUV158.8472.79147.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 61 (24.22% from 255) = 14.84%
R=45.26%
G=39.90%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861646100.120.670.2749.4450.6148.43
HexBAA43D0C431B313330
Octal2722447501410333616360
Binary101110101010010011110101100100001111011110001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA43D; }

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

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

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

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

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

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

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

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