#BAA844

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

Shades of Brass #BAA844

Tints of Brass #BAA844

Color information

#BAA844 (or 0xBAA844) is unknown color: approx Brass. HEX triplet: BA, A8 and 44. RGB value is (186,168,68). Sum of RGB (Red+Green+Blue) = 186+168+68=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA844 is #4557BB. Grayscale: #A2A2A2. Windows color (decimal): -4544444 or 4499642. OLE color: 4499642.

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

Color convert

RGB18616868-
CMYK00.100.630.27
HSL50.85º46.46%49.8%-
HSV(B)50.85º63.44%72.94%-
XYZ35.338.8611.11-
YUV161.9874.96145.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 168 (66.02% from 255) = 39.81%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=44.08%
G=39.81%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861686800.100.630.2750.8546.4649.8
HexBAA8440A3F1B332e32
Octal2722501040127733635662
Binary101110101010100010001000101011111111011110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA844; }

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

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

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

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

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

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

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

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