#BAA238

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

Shades of Brass #BAA238

Tints of Brass #BAA238

Color information

#BAA238 (or 0xBAA238) is unknown color: approx Brass. HEX triplet: BA, A2 and 38. RGB value is (186,162,56). Sum of RGB (Red+Green+Blue) = 186+162+56=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA238 is #455DC7. Grayscale: #9D9D9D. Windows color (decimal): -4545992 or 3711674. OLE color: 3711674.

HSL color Cylindrical-coordinate representation of color #BAA238: hue angle of 48.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA238 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB18616256-
CMYK00.130.700.27
HSL48.92º53.72%47.45%-
HSV(B)48.92º69.89%72.94%-
XYZ33.8836.579.01-
YUV157.0970.95148.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 56 (22.27% from 255) = 13.86%
R=46.04%
G=40.10%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861625600.130.700.2748.9253.7247.45
HexBAA2380D461B31362f
Octal2722427001510633616657
Binary101110101010001011100001101100011011011110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA238; }

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

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

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

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

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

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

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

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