#BAA639

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

Shades of Brass #BAA639

Tints of Brass #BAA639

Color information

#BAA639 (or 0xBAA639) is unknown color: approx Brass. HEX triplet: BA, A6 and 39. RGB value is (186,166,57). Sum of RGB (Red+Green+Blue) = 186+166+57=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA639 is #4559C6. Grayscale: #A0A0A0. Windows color (decimal): -4544967 or 3778234. OLE color: 3778234.

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

Color convert

RGB18616657-
CMYK00.110.690.27
HSL50.7º53.09%47.65%-
HSV(B)50.7º69.35%72.94%-
XYZ34.6238.019.38-
YUV159.5570.13146.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 166 (65.23% from 255) = 40.59%
BLUE value IS 57 (22.66% from 255) = 13.94%
R=45.48%
G=40.59%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861665700.110.690.2750.753.0947.65
HexBAA6390B451B333530
Octal2722467101310533636560
Binary101110101010011011100101011100010111011110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA639; }

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

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

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

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

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

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

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

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