#BAA940

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

Shades of Brass #BAA940

Tints of Brass #BAA940

Color information

#BAA940 (or 0xBAA940) is unknown color: approx Brass. HEX triplet: BA, A9 and 40. RGB value is (186,169,64). Sum of RGB (Red+Green+Blue) = 186+169+64=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA940 is #4556BF. Grayscale: #A2A2A2. Windows color (decimal): -4544192 or 4237754. OLE color: 4237754.

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

Color convert

RGB18616964-
CMYK00.090.660.27
HSL51.64º48.8%49.02%-
HSV(B)51.64º65.59%72.94%-
XYZ35.3639.1910.55-
YUV162.1172.63145.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 169 (66.41% from 255) = 40.33%
BLUE value IS 64 (25.39% from 255) = 15.27%
R=44.39%
G=40.33%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861696400.090.660.2751.6448.849.02
HexBAA94009421B343131
Octal27225110001110233646161
Binary1011101010101001100000001001100001011011110100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA940; }

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

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

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

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

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

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

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

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