#baa334

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

Shades of Brass #BAA334

Tints of Brass #BAA334

Color information

#BAA334 (or 0xBAA334) is unknown color: approx Brass. HEX triplet: BA, A3 and 34. RGB value is (186,163,52). Sum of RGB (Red+Green+Blue) = 186+163+52=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA334 is #455CCB. Grayscale: #9D9D9D. Windows color (decimal): -4545740 or 3449786. OLE color: 3449786.

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

Color convert

RGB18616352-
CMYK00.120.720.27
HSL49.7º56.3%46.67%-
HSV(B)49.7º72.04%72.94%-
XYZ33.9736.888.58-
YUV157.2268.62148.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 163 (64.06% from 255) = 40.65%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=46.38%
G=40.65%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861635200.120.720.2749.756.346.67
HexBAA3340C481B32382f
Octal2722436401411033627057
Binary101110101010001111010001100100100011011110010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baa334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baa334; }

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

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

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

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

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

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

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

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