#BAA33A

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

Shades of Brass #BAA33A

Tints of Brass #BAA33A

Color information

#BAA33A (or 0xBAA33A) is unknown color: approx Brass. HEX triplet: BA, A3 and 3A. RGB value is (186,163,58). Sum of RGB (Red+Green+Blue) = 186+163+58=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA33A is #455CC5. Grayscale: #9E9E9E. Windows color (decimal): -4545734 or 3843002. OLE color: 3843002.

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

Color convert

RGB18616358-
CMYK00.120.690.27
HSL49.22º52.46%47.84%-
HSV(B)49.22º68.82%72.94%-
XYZ34.1136.949.34-
YUV157.9171.62148.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 163 (64.06% from 255) = 40.05%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=45.70%
G=40.05%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861635800.120.690.2749.2252.4647.84
HexBAA33A0C451B313430
Octal2722437201410533616460
Binary101110101010001111101001100100010111011110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA33A; }

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

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

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

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

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

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

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

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