#BAA443

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

Shades of Brass #BAA443

Tints of Brass #BAA443

Color information

#BAA443 (or 0xBAA443) is unknown color: approx Brass. HEX triplet: BA, A4 and 43. RGB value is (186,164,67). Sum of RGB (Red+Green+Blue) = 186+164+67=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA443 is #455BBC. Grayscale: #9F9F9F. Windows color (decimal): -4545469 or 4433082. OLE color: 4433082.

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

Color convert

RGB18616467-
CMYK00.120.640.27
HSL48.91º47.04%49.61%-
HSV(B)48.91º63.98%72.94%-
XYZ34.5437.410.71-
YUV159.5275.79146.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 67 (26.56% from 255) = 16.07%
R=44.60%
G=39.33%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861646700.120.640.2748.9147.0449.61
HexBAA4430C401B312f32
Octal27224410301410033615762
Binary1011101010100100100001101100100000011011110001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA443; }

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

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

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

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

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

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

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

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