#BAA740

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

Shades of Brass #BAA740

Tints of Brass #BAA740

Color information

#BAA740 (or 0xBAA740) is unknown color: approx Brass. HEX triplet: BA, A7 and 40. RGB value is (186,167,64). Sum of RGB (Red+Green+Blue) = 186+167+64=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA740 is #4558BF. Grayscale: #A1A1A1. Windows color (decimal): -4544704 or 4237242. OLE color: 4237242.

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

Color convert

RGB18616764-
CMYK00.100.660.27
HSL50.66º48.8%49.02%-
HSV(B)50.66º65.59%72.94%-
XYZ34.9938.4510.43-
YUV160.9473.29145.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=44.60%
G=40.05%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861676400.100.660.2750.6648.849.02
HexBAA7400A421B333131
Octal27224710001210233636161
Binary1011101010100111100000001010100001011011110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA740; }

 p { color: rgb(186,167,64); }

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

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

 a { background-color: rgb(186,167,64); }

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

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

 span { border-color: rgb(186,167,64); }

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