#BAA23E

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

Shades of Brass #BAA23E

Tints of Brass #BAA23E

Color information

#BAA23E (or 0xBAA23E) is unknown color: approx Brass. HEX triplet: BA, A2 and 3E. RGB value is (186,162,62). Sum of RGB (Red+Green+Blue) = 186+162+62=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA23E is #455DC1. Grayscale: #9E9E9E. Windows color (decimal): -4545986 or 4104890. OLE color: 4104890.

HSL color Cylindrical-coordinate representation of color #BAA23E: hue angle of 48.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAA23E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18616262-
CMYK00.130.670.27
HSL48.39º50%48.63%-
HSV(B)48.39º66.67%72.94%-
XYZ34.0436.639.83-
YUV157.7873.95148.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=45.37%
G=39.51%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861626200.130.670.2748.395048.63
HexBAA23E0D431B303231
Octal2722427601510333606261
Binary101110101010001011111001101100001111011110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA23E; }

 p { color: rgb(186,162,62); }

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

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

 a { background-color: rgb(186,162,62); }

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

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

 span { border-color: rgb(186,162,62); }

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