#BAA634

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

Shades of Brass #BAA634

Tints of Brass #BAA634

Color information

#BAA634 (or 0xBAA634) is unknown color: approx Brass. HEX triplet: BA, A6 and 34. RGB value is (186,166,52). Sum of RGB (Red+Green+Blue) = 186+166+52=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA634 is #4559CB. Grayscale: #9F9F9F. Windows color (decimal): -4544972 or 3450554. OLE color: 3450554.

HSL color Cylindrical-coordinate representation of color #BAA634: hue angle of 51.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAA634 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18616652-
CMYK00.110.720.27
HSL51.04º56.3%46.67%-
HSV(B)51.04º72.04%72.94%-
XYZ34.5137.968.76-
YUV158.9867.63147.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 166 (65.23% from 255) = 41.09%
BLUE value IS 52 (20.70% from 255) = 12.87%
R=46.04%
G=41.09%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861665200.110.720.2751.0456.346.67
HexBAA6340B481B33382f
Octal2722466401311033637057
Binary101110101010011011010001011100100011011110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA634; }

 p { color: rgb(186,166,52); }

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

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

 a { background-color: rgb(186,166,52); }

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

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

 span { border-color: rgb(186,166,52); }

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