#BAA944

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

Shades of Brass #BAA944

Tints of Brass #BAA944

Color information

#BAA944 (or 0xBAA944) is unknown color: approx Brass. HEX triplet: BA, A9 and 44. RGB value is (186,169,68). Sum of RGB (Red+Green+Blue) = 186+169+68=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA944 is #4556BB. Grayscale: #A2A2A2. Windows color (decimal): -4544188 or 4499898. OLE color: 4499898.

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

Color convert

RGB18616968-
CMYK00.090.630.27
HSL51.36º46.46%49.8%-
HSV(B)51.36º63.44%72.94%-
XYZ35.4839.2311.17-
YUV162.5774.63144.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 68 (26.95% from 255) = 16.08%
R=43.97%
G=39.95%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861696800.090.630.2751.3646.4649.8
HexBAA944093F1B332e32
Octal2722511040117733635662
Binary101110101010100110001000100111111111011110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA944; }

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

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

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

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

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

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

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

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