#BAA13E

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

Shades of Brass #BAA13E

Tints of Brass #BAA13E

Color information

#BAA13E (or 0xBAA13E) is unknown color: approx Brass. HEX triplet: BA, A1 and 3E. RGB value is (186,161,62). Sum of RGB (Red+Green+Blue) = 186+161+62=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA13E is #455EC1. Grayscale: #9D9D9D. Windows color (decimal): -4546242 or 4104634. OLE color: 4104634.

HSL color Cylindrical-coordinate representation of color #BAA13E: hue angle of 47.9º 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 #BAA13E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18616162-
CMYK00.130.670.27
HSL47.9º50%48.63%-
HSV(B)47.9º66.67%72.94%-
XYZ33.8636.289.77-
YUV157.1974.28148.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 62 (24.61% from 255) = 15.16%
R=45.48%
G=39.36%
B=15.16%

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
Decimal1861616200.130.670.2747.95048.63
HexBAA13E0D431B303231
Octal2722417601510333606261
Binary101110101010000111111001101100001111011110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA13E; }

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

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

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

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

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

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

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

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