#BAA142

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

Shades of Brass #BAA142

Tints of Brass #BAA142

Color information

#BAA142 (or 0xBAA142) is unknown color: approx Brass. HEX triplet: BA, A1 and 42. RGB value is (186,161,66). Sum of RGB (Red+Green+Blue) = 186+161+66=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA142 is #455EBD. Grayscale: #9E9E9E. Windows color (decimal): -4546238 or 4366778. OLE color: 4366778.

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

Color convert

RGB18616166-
CMYK00.130.650.27
HSL47.5º47.62%49.41%-
HSV(B)47.5º64.52%72.94%-
XYZ33.9836.3210.37-
YUV157.6476.28148.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=45.04%
G=38.98%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861616600.130.650.2747.547.6249.41
HexBAA1420D411B303031
Octal27224110201510133606061
Binary1011101010100001100001001101100000111011110000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA142; }

 p { color: rgb(186,161,66); }

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

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

 a { background-color: rgb(186,161,66); }

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

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

 span { border-color: rgb(186,161,66); }

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