#BAA542

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

Shades of Brass #BAA542

Tints of Brass #BAA542

Color information

#BAA542 (or 0xBAA542) is unknown color: approx Brass. HEX triplet: BA, A5 and 42. RGB value is (186,165,66). Sum of RGB (Red+Green+Blue) = 186+165+66=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA542 is #455ABD. Grayscale: #A0A0A0. Windows color (decimal): -4545214 or 4367802. OLE color: 4367802.

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

Color convert

RGB18616566-
CMYK00.110.650.27
HSL49.5º47.62%49.41%-
HSV(B)49.5º64.52%72.94%-
XYZ34.6937.7410.61-
YUV159.9974.96146.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=44.60%
G=39.57%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861656600.110.650.2749.547.6249.41
HexBAA5420B411B323031
Octal27224510201310133626061
Binary1011101010100101100001001011100000111011110010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA542; }

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

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

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

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

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

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

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

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