#BAA336

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

Shades of Brass #BAA336

Tints of Brass #BAA336

Color information

#BAA336 (or 0xBAA336) is unknown color: approx Brass. HEX triplet: BA, A3 and 36. RGB value is (186,163,54). Sum of RGB (Red+Green+Blue) = 186+163+54=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA336 is #455CC9. Grayscale: #9D9D9D. Windows color (decimal): -4545738 or 3580858. OLE color: 3580858.

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

Color convert

RGB18616354-
CMYK00.120.710.27
HSL49.55º55%47.06%-
HSV(B)49.55º70.97%72.94%-
XYZ34.0136.98.82-
YUV157.4569.62148.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 54 (21.48% from 255) = 13.40%
R=46.15%
G=40.45%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861635400.120.710.2749.555547.06
HexBAA3360C471B32372f
Octal2722436601410733626757
Binary101110101010001111011001100100011111011110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA336; }

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

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

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

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

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

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

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

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