#baac4c

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

Shades of Brass #BAAC4C

Tints of Brass #BAAC4C

Color information

#BAAC4C (or 0xBAAC4C) is unknown color: approx Brass. HEX triplet: BA, AC and 4C. RGB value is (186,172,76). Sum of RGB (Red+Green+Blue) = 186+172+76=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAC4C is #4553B3. Grayscale: #A5A5A5. Windows color (decimal): -4543412 or 5024954. OLE color: 5024954.

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

Color convert

RGB18617276-
CMYK00.080.590.27
HSL52.36º44.35%51.37%-
HSV(B)52.36º59.14%72.94%-
XYZ36.3140.4712.73-
YUV165.2477.64142.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=42.86%
G=39.63%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861727600.080.590.2752.3644.3551.37
HexBAAC4C083B1B342c33
Octal2722541140107333645463
Binary101110101010110010011000100011101111011110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baac4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baac4c; }

 p { color: rgb(186,172,76); }

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

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

 a { background-color: rgb(186,172,76); }

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

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

 span { border-color: rgb(186,172,76); }

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