#BAA43B

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

Shades of Brass #BAA43B

Tints of Brass #BAA43B

Color information

#BAA43B (or 0xBAA43B) is unknown color: approx Brass. HEX triplet: BA, A4 and 3B. RGB value is (186,164,59). Sum of RGB (Red+Green+Blue) = 186+164+59=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA43B is #455BC4. Grayscale: #9F9F9F. Windows color (decimal): -4545477 or 3908794. OLE color: 3908794.

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

Color convert

RGB18616459-
CMYK00.120.680.27
HSL49.61º51.84%48.04%-
HSV(B)49.61º68.28%72.94%-
XYZ34.3137.319.53-
YUV158.6171.79147.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 59 (23.44% from 255) = 14.43%
R=45.48%
G=40.10%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861645900.120.680.2749.6151.8448.04
HexBAA43B0C441B323430
Octal2722447301410433626460
Binary101110101010010011101101100100010011011110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA43B; }

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

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

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

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

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

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

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

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