#BAA23C

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

Shades of Brass #BAA23C

Tints of Brass #BAA23C

Color information

#BAA23C (or 0xBAA23C) is unknown color: approx Brass. HEX triplet: BA, A2 and 3C. RGB value is (186,162,60). Sum of RGB (Red+Green+Blue) = 186+162+60=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 60 (23.83% from 255 or 14.71% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA23C is #455DC3. Grayscale: #9D9D9D. Windows color (decimal): -4545988 or 3973818. OLE color: 3973818.

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

Color convert

RGB18616260-
CMYK00.130.680.27
HSL48.57º51.22%48.24%-
HSV(B)48.57º67.74%72.94%-
XYZ33.9936.619.55-
YUV157.5572.95148.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 60 (23.83% from 255) = 14.71%
R=45.59%
G=39.71%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861626000.130.680.2748.5751.2248.24
HexBAA23C0D441B313330
Octal2722427401510433616360
Binary101110101010001011110001101100010011011110001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA23C; }

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

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

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

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

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

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

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

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