#BAA441

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

Shades of Brass #BAA441

Tints of Brass #BAA441

Color information

#BAA441 (or 0xBAA441) is unknown color: approx Brass. HEX triplet: BA, A4 and 41. RGB value is (186,164,65). Sum of RGB (Red+Green+Blue) = 186+164+65=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA441 is #455BBE. Grayscale: #9F9F9F. Windows color (decimal): -4545471 or 4302010. OLE color: 4302010.

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

Color convert

RGB18616465-
CMYK00.120.650.27
HSL49.09º48.21%49.22%-
HSV(B)49.09º65.05%72.94%-
XYZ34.4837.3710.4-
YUV159.2974.79147.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 164 (64.45% from 255) = 39.52%
BLUE value IS 65 (25.78% from 255) = 15.66%
R=44.82%
G=39.52%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861646500.120.650.2749.0948.2149.22
HexBAA4410C411B313031
Octal27224410101410133616061
Binary1011101010100100100000101100100000111011110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA441; }

 p { color: rgb(186,164,65); }

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

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

 a { background-color: rgb(186,164,65); }

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

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

 span { border-color: rgb(186,164,65); }

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