#BAA344

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

Shades of Brass #BAA344

Tints of Brass #BAA344

Color information

#BAA344 (or 0xBAA344) is unknown color: approx Brass. HEX triplet: BA, A3 and 44. RGB value is (186,163,68). Sum of RGB (Red+Green+Blue) = 186+163+68=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA344 is #455CBB. Grayscale: #9F9F9F. Windows color (decimal): -4545724 or 4498362. OLE color: 4498362.

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

Color convert

RGB18616368-
CMYK00.120.630.27
HSL48.31º46.46%49.8%-
HSV(B)48.31º63.44%72.94%-
XYZ34.3937.0510.81-
YUV159.0576.62147.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 68 (26.95% from 255) = 16.31%
R=44.60%
G=39.09%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861636800.120.630.2748.3146.4649.8
HexBAA3440C3F1B302e32
Octal2722431040147733605662
Binary101110101010001110001000110011111111011110000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA344; }

 p { color: rgb(186,163,68); }

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

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

 a { background-color: rgb(186,163,68); }

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

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

 span { border-color: rgb(186,163,68); }

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