#BAA847

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

Shades of Brass #BAA847

Tints of Brass #BAA847

Color information

#BAA847 (or 0xBAA847) is unknown color: approx Brass. HEX triplet: BA, A8 and 47. RGB value is (186,168,71). Sum of RGB (Red+Green+Blue) = 186+168+71=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA847 is #4557B8. Grayscale: #A2A2A2. Windows color (decimal): -4544441 or 4696250. OLE color: 4696250.

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

Color convert

RGB18616871-
CMYK00.100.620.27
HSL50.61º45.45%50.39%-
HSV(B)50.61º61.83%72.94%-
XYZ35.3938.911.6-
YUV162.3276.46144.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 71 (28.12% from 255) = 16.71%
R=43.76%
G=39.53%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861687100.100.620.2750.6145.4550.39
HexBAA8470A3E1B332d32
Octal2722501070127633635562
Binary101110101010100010001110101011111011011110011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA847; }

 p { color: rgb(186,168,71); }

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

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

 a { background-color: rgb(186,168,71); }

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

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

 span { border-color: rgb(186,168,71); }

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