#BAA942

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

Shades of Brass #BAA942

Tints of Brass #BAA942

Color information

#BAA942 (or 0xBAA942) is unknown color: approx Brass. HEX triplet: BA, A9 and 42. RGB value is (186,169,66). Sum of RGB (Red+Green+Blue) = 186+169+66=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA942 is #4556BD. Grayscale: #A2A2A2. Windows color (decimal): -4544190 or 4368826. OLE color: 4368826.

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

Color convert

RGB18616966-
CMYK00.090.650.27
HSL51.5º47.62%49.41%-
HSV(B)51.5º64.52%72.94%-
XYZ35.4239.2110.86-
YUV162.3473.63144.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=44.18%
G=40.14%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861696600.090.650.2751.547.6249.41
HexBAA94209411B343031
Octal27225110201110133646061
Binary1011101010101001100001001001100000111011110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA942; }

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

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

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

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

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

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

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

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