#BAB43C

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

Shades of Brass #BAB43C

Tints of Brass #BAB43C

Color information

#BAB43C (or 0xBAB43C) is unknown color: approx Brass. HEX triplet: BA, B4 and 3C. RGB value is (186,180,60). Sum of RGB (Red+Green+Blue) = 186+180+60=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB43C is #454BC3. Grayscale: #A8A8A8. Windows color (decimal): -4541380 or 3978426. OLE color: 3978426.

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

Color convert

RGB18618060-
CMYK00.030.680.27
HSL57.14º51.22%48.24%-
HSV(B)57.14º67.74%72.94%-
XYZ37.3943.4110.68-
YUV168.1166.99140.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 60 (23.83% from 255) = 14.08%
R=43.66%
G=42.25%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861806000.030.680.2757.1451.2248.24
HexBAB43C03441B393330
Octal272264740310433716360
Binary1011101010110100111100011100010011011111001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB43C; }

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

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

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

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

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

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

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

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